Personal Flashcards
1
Q
Does Python support Multiple inheritance
A
Yes
2
Q
Loosely what does polymorphism in python mean
A
This phenomenon refers to the ability to be able to display in multiple forms
3
Q
What is Method Overriding
A
the phenomenon of re-implementing a function in the derived class is known as method overriding
4
Q
Does Python support compile-time polymorphism or method overloading.
A
No