Answer Posted / chandana
virtual methods are method definitions without
implementations specified. Such methods are a part of
abstract classes, which can not be instantiated. Any non-
abstract child class must provide implementation for these
classes.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is wrong with the sample program below?
What is the difference while using directive vs using statement ?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
How do I create a multilanguage?
How are delegates chosen?
What is the difference between an implicit conversion and an explicit conversion?
What is or operator in c#?
Why is .net so popular?
What is callback method in c#?
What is difference between interface and abstraction?
Explain synchronous and asynchronous operations?
What is difference between assembly and dll?
What is Garbage Collection in .Net?
What is xaml file in c#?
What is uint64?