What does the keyword virtual mean in the method definition?
Answer Posted / guest
The method can be over-ridden.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why do we need abstract class?
What is a clr (common language runtime)?
What is datarelation c#?
What’s thread.sleep() in threading ?
What is int16?
Could you explain the difference between func vs action vs predicate?
Explain the concepts of cts and cls(common language specification).
What is the task perform by clr?
What is data dictionary in c#?
Why can't we use a static class instead of singleton?
What are the Features in .net framework 1.1
Is it possible to have different access modifiers on the get/set methods of a property?
Write a program to find the angle between the hours and minutes in a clock
What is object type in c#?
What is the use of private constructor in c#?