Solved

When a Derived Class Contains a Method That Overrides a Parent

Question 14

Multiple Choice

When a derived class contains a method that overrides a parent class method, you can use the keyword ____ to access the parent class method from within the derived class.


A) base
B) super
C) upper
D) parent

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions