Which Of The Following Statements Is Correct #313
Which of the following statements is correct?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Polymorphism - Quiz No.1.
Which of the following statements is correct?
Each derived class does not have its own version of a virtual method
If a derived class does not have its own version of virtual method then one in base class is used
By default methods are virtual
All of the mentioned