Vidyalelo
C# Programming · Q102

Classes and Objects in C Sharp

Programming · C# Programming · question 102

Q102

Which of the following statements is correct?

A.
Each derived class does not have its own version of a virtual method
B.
If a derived class does not have its own version of virtual method then one in base class is used
C.
By default methods are virtual
Answer
D.
All of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board