Answer the following statements true (T) or false (F)

1) A derived class’s constructor can invoke the base class’s constructor through an unbound method call.
2) The name of the base class can be used to access the base class version of an overridden method from the derived class.
3) Placing a comma-separated list of base classes inside parentheses in a class definition indicates multiple inheritance.
4) Polymorphism enables multiple inheritance.
5) Python does not implement polymorphism.

1) T
2) T
3) T
4) F
5) F

Computer Science & Information Technology

You might also like to view...

When a macro is executed, it starts recording keystrokes

Indicate whether the statement is true or false

Computer Science & Information Technology

All of the following are arguments of the built-in PMT function EXCEPT:

A) Present value B) Loan payment C) Rate D) Future value

Computer Science & Information Technology