namespace HelloGeeksApp {
private string[] word = new string[2];
public string this[int flag]
string temp = word[flag];
public string this[float flag]
static void Main(string[] args)
HelloGeeks Obj = new HelloGeeks();
Console.WriteLine(Obj[0] + Obj[1.0f]);
public static void Main()
int a=Number.MyExtensionMethod();
int b=Mynewclass.MyStaticMethod(Number);