C Sharp (C#) - Inheritance
Which of the following is the correct syntax to declare an overriding method in C#?
override keyword in the derived class method signature.virtual is for base methods, new hides methods, abstract is for abstract methods without body.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions