What does the keyword virtual mean in the method
definition?
Answer Posted / rakesh
The method must be overriden
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is a template class?
Which is executed if an exception has not occurred?
Is exe is machine dependent?
Why do we need serialization?
How does inheritance work in c#?
What does a constructor do c#?
What is the difference between a private assembly and a shared assembly?
Define constructor in c#.
Why do we still see so much non-oo code written in c# today?
Can a child class call the constructor of a base class?
What is the correct way of declaring an xml namespace?
What does dbml mean?
What does || mean in programming?
Is stringbuilder better than string?
Structs are not reference types. Can structs have constructors?