A class in which one or more methods are only implemented to raise an exception is called an abstract class.
(a) True
(b) False
I have been asked this question in examination.
This intriguing question originated from Polymorphism topic in chapter Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python