1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. When a method in a subclass has the same...
Q.

When a method in a subclass has the same name and type signatures as a method in the superclass, then the method in the subclass _____ the method in the superclass.

A. Overloads
B. Friendships
C. Inherits
D. Overrides
Answer» D. Overrides
View all MCQs in:   CPP Programming

Discussion