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 to load a user control dynamically in runtime?
What is the use of activex control in .net?
What is boxing and un-boxing in .net?
Using com component in .net?
What do you mean by Driver Script?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the use of Treeview control?
What is il and c#?
Which namespace is require to used XML in .NET?
Can I write my own .net host?
What is the difference between constants and read-only variables?
What is reflection in microsoft .net context?
How do you instantiate a complex number?
Explain what is the difference between constants and read-only variables?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.