What is the Difference between Overriding and overloading?
Answer Posted / mercy s
Method Overloading: It is the compile time polymorphism.
It has same method name but different parameters with in the
class
Method Overriding: It is the run time polymorphism. It has
same method name and same parameters but with in the name
space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the types of generations in garbage collector?
Explain jit?
What is the differnce between managed code and unmanaged code?
Which dll is used for microsoft .net run time?
What is private assembly?
What is the difference between readonly variable and constant variable?
What are the technology areas that microsoft.net contains?
Can you please explain the difference between authentication and authorization?
What do you mean by serialization?
what is commom language runtime?
Name some of the keywords used in vb.net?
What are the objects in asp.net?
Explain the difference between c# and vb.net?
What is the advantage of using system.text.stringbuilder over system.string?
What is a literal control?