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 Web.config
Describe a Struct ?
Is goto statement supported in c#?
What is console readkey in vb net?
Is arraylist type safe in c#?
What is the use of expression tree in c#?
What is a virtual property. Give an example?
what is the difference between the debug class and trace class?
Is namespace a class?
Describe the types of comments in c#?
What is .dbml file?
What is concatenation and when should it be used?
Give an example of a ctype.
Is c# different than c++?
What are delegates and why are they required?