Which keyword is used to declare a base class method while performing overriding of base class methods?
(a) this
(b) virtual
(c) override
(d) extend
I had been asked this question in an international level competition.
The origin of the question is Method Overriding in chapter Object Oriented Concepts of C#