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 |
What does cli do?
What is CLR? How it will work?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What versions of .net are there?
How Garbage Collector (GC) Works?
What data providers available in .net to connect to database?
What is an exe and a dll?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is msil, il?
How does cas works?
Please explain what is heap and what is stack?