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 |
Explain about .net?
Is there any thread in our .net programs?
Explain me what is the .net framework and how does it work?
Explain .NET architecture?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
Explain the differences between server-side code and client-side code.
What are the different types of assemblies?
How will you register com+ services?
Does .net supports destructors concept?
What is meant by localization?
What is static constructor, when it will be fired?
What?s the Unix name for a Windows service equivalent?