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
How many types of design patterns available in .NET?
What are code contracts?
Explain the difference between asp.net and asp?
What is singleton activation mode in .net?
What data providers available in .net to connect to database?
What is the difference between asp.net & vb.net and explain architecture?
Explain the features that are common to all .Net languages.
what is the default security setting in .net?
What is the difference between override and overload in a method?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is .net debug & trace?
What are the core differences between .NET Languages ?
Elements of CAS
Please explain what is immutability, what is it for and how is it codified?
Compare client server application with n-tier application