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 |
Is .net core the future?
What is the difference between constants and read-only variables?
Explain me what is encapsulation?
Can a dll be changed to an exe?
Explain role-based security in .Net.
Explain asp.net?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What are an object and a class?
What is strong name?
What is the difference between function and stored procedure?
What is the transport protocol you use to call a seb service soap?
How do you create threading in .NET? What is the namespace for that?