What is Method Overriding? How to override a function in C#?



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

Post New Answer

More Dot Net General Interview Questions

Tell us the difference between managed and unmanaged code?

0 Answers  


What application do you use to install a Windows service?

1 Answers  


Explain what is the difference between encrypting a password and applying a hashing?

0 Answers  


Dynamic Fonts

0 Answers  


What is heap and what is stack?

0 Answers  






what is the difference between class and structures?

2 Answers  


What is MSIL, IL, CTS?

3 Answers  


What base class do all Web Forms inherit from?

1 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


What are the Characteristics of .NET?

1 Answers  


Compare client server application with n-tier application

0 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

0 Answers  


Categories