Q. Which of the following codes uses inheritance?
β
Correct Answer: (C)
class MyClass1: pass class MyClass2(MyClass1): pass
You must be Logged in to update hint/solution