Answer Posted / chandana
Method overloading are of two types: Compile-Time and Run
Time.
The compile time overloading is achieved by providing
different method signatures. Whereas, the runtime is
achieved by using the same method names for a hierarchy of
classes, (parent and child classes using the same method
signature); In this case, behavior of the method call is
decided at run time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain About delegates
How to implement an object pool in c#.net.
What is parameterized constructor?
Are c# constructors the same as c++ constructors?
What are sorted lists?
Are there constructors in c sharp?
What are the advantages of using partial classes?
How do you type a null character?
What are the 3 types of comments in c#?
what is virtual method in c#?
What is the full form of GAC? Explain its uses?
What is asp net c#?
What is anonymous types in c#?
What is a generic in c#?
Can structs in c# have destructors?