Which Keyword Is Used To Declare A Base Class Method While #382
Which keyword is used to declare a base class method while performing overriding of base class methods?
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.
Which keyword is used to declare a base class method while performing overriding of base class methods?
this
virtual
override
extend