Personal Flashcards

1
Q

Does Python support Multiple inheritance

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Loosely what does polymorphism in python mean

A

This phenomenon refers to the ability to be able to display in multiple forms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Method Overriding

A

the phenomenon of re-implementing a function in the derived class is known as method overriding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Does Python support compile-time polymorphism or method overloading.

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly