LinkedIn Python Skill Assessment Quiz Answers

What is an abstract class?

Latest Update on 25th January, 2022 by Certification Course Answers

What is an abstract class?

  1.  An abstract class is the name for any class from which you can instantiate an object.
  2.  Abstract classes must be redefined any time an object is instantiated from them.
  3.  Abstract classes must inherit from concrete classes.
  4.  An abstract class exists only so that other “concrete” classes can inherit from the abstract class.

Correct Answer:

  •  An abstract class exists only so that other “concrete” classes can inherit from the abstract class.

Latest Updates

No posts found in this category.