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 the syntax to inherit from a class in c#?
What is func c#?
What is better C# or VB.NET?
What is an expression in c#?
How long does it take to learn c# programming?
What to implement on my class Finalize or IDisposable
Is there a way of specifying which block or loop to break out of when working with nested loops?
What is difference between === and ==?
Which are the loop types available in c#?
Does unity use c++ or c#?
Why do we need interface in c#?
What is a generic in c#?
What is private variable?
What is a delegate in c#?
How many types of polymorphism are there?