Multiple Choice
What is a class called when the purpose of it is to eliminate redundant methods in other classes?
A) concrete class
B) abstract class
C) subclass
D) child class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: When looking at a hierarchy of abstract
Q32: When calling the _init_ method from a
Q33: An abstract class is always used to
Q34: A set of methods that could be
Q35: What is the root class of Python's
Q37: Under which circumstance can an instance variable
Q38: When you use inheritance to customize a
Q39: An abstract class captures the common features
Q40: When considering the ArrayBag class and the
Q41: What is one of the primary purposes