C Sharp (C#) - Inheritance
Which keyword must be used in a derived class method to override a base class virtual method?
override keyword is required to replace the base class virtual method.virtual is for base methods, new hides methods, and abstract is for abstract methods.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions