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 Assembly manifest? what all details the assembly manifest will contain.
What should you do to store an object in a viewstate?
What is the difference between VB and VB.NET?
What?s the Unix name for a Windows service equivalent?
WHAT IS .net
Please explain what is heap and what is stack?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Explain about .net?
What are the advantages of .net core?
What does SCM do?
Explain why do we use msmq?
How WSDL is stored ?