Answer Posted / a.venkatakrishna
The function preceeded by VIRTUAL keyword can be overriden
in its derived classes...BUT it is not mandatory to
override...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain About namespaces
What is the advantage of extension method in c#?
What is ienumerable <> in c#?
What kind of the information stored inside the assembly?
Why reflection is used in c#?
List the difference between the virtual method and the abstract method?
What are different types of Delegates in C#?
What is default value of bool in c#?
How do you prevent a class from being inherited?
Which class does the remote object has to inherit?
What is mean by c#?
Can a constructor have a return type?
Can a constructor be private in c#?
Why is static constructor called first?
Explain dataadapter.update method in .net?