Solved

What Happens When You Make a New Class a Subclass

Question 22

Multiple Choice

What happens when you make a new class a subclass of another class?


A) The new class inherits the attributes and behaviors defined in the parent class.
B) The new class becomes subjugated to the parent class, preventing the override of class values.
C) The new class becomes a copy of the ancestor class, and functions under the ancestor class's namespace.
D) The ancestor class and the new class both become global in scope.

Correct Answer:

verifed

Verified

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

Related Questions