Q. What is inheritance in Python?
β
Correct Answer: (B)
Deriving a class from another class
Explanation: Inheritance allows one class to inherit attributes and methods from another class.