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 |
How different are interface and abstract class in .Net?
What makes .net core cross platform?
ctype(123.34,integer) - should it throw an error? Why or why not?
Can you share processes between Windows services?
Why you want to leave your previous company.
Explain the use of activex control in .net?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is strong name?
State the various features present in .NET?
What is MSIL, IL, CTS?
What is MSIL code ?
What property do you have to set to tell the grid which page to go to when using the Pager object?