What is polymorphism in the context of Python OOP?
-
A
The ability to create multiple instances of the same class
-
B
The ability of different objects to respond to the same method call in different ways
-
C
Using multiple inheritance to combine classes
-
D
Restricting access to class attributes