What does the keyword virtual mean in the method definition?
Answer Posted / praseetha sandeep
when you have a method defined in a class which you want
to allow to be implimented by inherited class you can use
virtual function
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is alias in c#?
Can derived classes have greater accessibility than their base types?
What are the value types in c#?
What does console writeline do?
What is continue in c#?
Can you create an instance of a static class?
What is part of a method signature in c#?
What is the difference between static and private constructor?
Which types of inheritances does c# support?
What is a dictionary in c#?
What is xml comments in c#?
Define an escape sequence, name few strings in escape sequence?
Where do we use static class in c#?
Can a struct be null?
Explain About friend and Protected friend