What is Method Overriding? How to override a function in C#?
Answer / 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 |
What is .net latest version?
Can you share processes between Windows services?
What is the managed and unmanaged code in .net?
3 Answers Deltech, Dhanush Infotech,
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
Types of evidence in .net with context to CAS
How to view a .NET assembly?
What data providers available in .net to connect to database?
What is the difference between a debug and release build?
What?s a proxy of the server object in .NET Remoting?
Explain can 2 different applications use the same dll in gac at the same time?
What are channels in .NET Remoting?
Is atl redundant in the .net world?