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


Please Help Members By Posting Answers For Below Questions

What is a serviced component?

739


Explain Different kinds of methods?

1816


Can a dll be changed to an exe?

788


How to load a user control dynamically in runtime?

763


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?

796


Tell us what is json data, and what is one way that .net developers can work with json?

732


Can a try block have more than one catch block?

802


How anonymous method is different from a lambda expression?

711


Different levels of priority provided by .net.

802


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

712


what is the keyword used for self reference?

2120


What are .net applications?

725


Explain the difference between garbage collections in .net 4.0 and earlier versions?

715


How to implement getcommon method in class a? Are you seeing any problem in the implementation?

805


What is RPC? What is the use of it?

783