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
What is system console writeline in c#?
What is the use of table aliases?
What is thread in c#?
What are c# i/o classes? What are the commonly used i/o classes?
What are floating point numbers?
What is an expression in c#?
What is the difference between int.parse and int.tryparse methods?
Explain copy constructor?
Why we use anonymous methods in c#?
What is the difference between list and ilist in c#?
What is the difference between ienumerable and enumerable?
Is c# an open source language?
What is console readkey in vb net?
What is func c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?