can we access main() using objects?
Answer / ravi maheshwari
We can't access main() using objects. Because Main() is a
Static function. And Static function is call our self when
page is load.
Is This Answer Correct ? | 14 Yes | 2 No |
What are the types of comment in c# with examples?
What is difference between a function and a method?
Explain the use of virtual, sealed, override, and abstract method?
Do loops in c#?
Is it possible to implement an interface to a structure? Is it possible to extend a struct? Is it possible to inherit a class to struct?
9 Answers IBM, Logica CMG, TCS,
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Explain what is an interface in c#?
What are the types of class in c#?
What do you know about device context?
What?s an abstract class?
What happens in synchronisation?
About Virtual functions and their use ?