To Override A Method In The Subclass The Base Class Method #390
To override a method in the subclass, the base class method should be defined as?
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.
To override a method in the subclass, the base class method should be defined as?
Virtual
Abstract
Override
All of the mentioned