About Virtual functions and their use ?
Answer Posted / deepika
Second answer given here is correct to some extent.
If we use Virtual keywork next to a mehtod,it can be
overridden in derived classes,but it is not must to
override.
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
can multiple catch blocks be executed for a single try statement?
How does c# generics and c++ templates compare?
What is tochararray in c#?
What are delegate methods?
How do you serialize an object?
How many types of methods are there in c#?
Which is faster iqueryable or ienumerable?
Is array a list?
What is deadly diamond problem?
Is there hashmap in c#?
What are Memory foot print of an exe?
Why should you override the tostring() method?
Is Multiple-inheritance supported by c#?
What is JIT (just in time)? how it works?
Is c# and c sharp same?