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 about Behavioral design pattern?
What is the advantage of packaging over xcopy in .net?
Explain the different types of proxy patterns?
What are the new features of Framework 1.1 ?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is the concept of inheritance in .net?
Why is .net used?
How many types of design patterns available in .NET?
Explain .net framework overview?
What does jit do?
Is there built-in support for tracing?
How to load a user control dynamically in runtime?
Write the .net syntax for 'for loop'?
What is dot net architecture?
What is the difference between function and stored procedure?