Answer Posted / betty
virtual methods is applied in polymorphism. When you declare
a method as virtual, you can override the method in another
class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to find out that the code is written as managed or un-managed code?
Does c# support multilevel inheritance?
What is a view? What is the use of it?
Define an abstract class?
What is lazy keyword in c#?
How many types of polymorphism are there?
Why generics are used in c#?
Is an array an object c#?
What is hashtable c#?
What do you use c# for?
What is the task perform by clr?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What is eager loading in c#?
Which class does the remote object has to inherit?