What does the keyword virtual mean in the method
definition?

Answers were Sorted based on User's Feedback



What does the keyword virtual mean in the method definition?..

Answer / guest

The method can be over-ridden.

Is This Answer Correct ?    5 Yes 1 No

What does the keyword virtual mean in the method definition?..

Answer / rakesh

The method must be overriden

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More C Sharp Interview Questions

Is char * null terminated?

0 Answers  


Explain get and set accessor properties?

0 Answers  


How can you prevent classes to be inherited?

10 Answers   Microsoft, Satyam,


What is default access modifier for class in c#?

0 Answers  


Why do we use interface in c#?

0 Answers  






What is jagged array?

0 Answers  


What are properties and indexer?

1 Answers   TCS,


Explain the difference between arraylist and array and in c#?

0 Answers  


Does c# support multilevel inheritance?

0 Answers  


If a class is a ref type, how we can pass to a function.

1 Answers   Synechron,


write a C# Program add two matrix ?

0 Answers   Wipro,


What is a pre-requisite for connection pooling?

2 Answers  


Categories