About Virtual functions and their use ?
Answer Posted / tiger skumar
The Virtual is a keyword it used in the base class.When we
use the Virtual keyword in the function it must be override
in the inherited class with the same name.
| Is This Answer Correct ? | 35 Yes | 21 No |
Post New Answer View All Answers
What is a console?
What do you mean by for each loop?
Can abstract classes be final?
What is hash c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Which string method is used for concatenation of two strings in c#?
Explain how many types of exception handlers are there in .net?
What is the difference between Decorator and Adapter pattern?
Why do we use inheritance in c#?
Define c# delegate?
What is entity framework c#?
Can a class have static constructor?
Explain the differences between static, void and public in c#?
Does google use c#?
What is a helper method in c#?