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
Explain what is the difference between response.redirect & server.transfer?
What is a variable of implicit type and what is its scope?
What is SOAP? How you will do windows and forms authentication?
What is difference between .net and .net core?
Explain what do the terms “boxing” and “unboxing” mean?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What are the namespace available in .net?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Different between .net & j2ee ?
What is difference between .net core and .net standard?
Explain me difference between public and static modifiers?
Explain me what is encapsulation?
What is data type and how many types of data types are in .NET ?
Is Driver Script any how related to AOM?
How we can achieve Connection pooling in .Net?