Select The Correct Statement From The Following #385
Select the correct statement from the following?
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 - Method Overriding - Quiz No.1.
Select the correct statement from the following?
Static methods can be a virtual method
Abstract methods can be a virtual method
When overriding a method, the names and type signatures of the override method must be the same as the virtual method that is being overridden
We can override virtual as well as nonvirtual methods