What is Method Overriding? How to override a function in C#?
Answer Posted / guest
Method Overriding if changing the behaviour of function in
derived class, defined in the base class.
to override a method in the derived class declare the
function virtual in the base class.
Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is a serviced component?
Explain Different kinds of methods?
Can a dll be changed to an exe?
How to load a user control dynamically in runtime?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Tell us what is json data, and what is one way that .net developers can work with json?
Can a try block have more than one catch block?
How anonymous method is different from a lambda expression?
Different levels of priority provided by .net.
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
what is the keyword used for self reference?
What are .net applications?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is RPC? What is the use of it?