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 garbage collection in .net? Explain the garbage collection process?
Please explain what is the .net framework and how does it work?
How ASP .NET different from ASP?
Example from .net. Integer & struct are value types or reference types in .net?
What are the advantages of .net core?
What is machine.config in .net?
What does cli do?
Explain webfarm vs webgardens in .net?
How can I get at the win32 api from a .net program?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Describe the start-up process for a Windows service.