Ch. 11 T/F
Réussis tes devoirs et examens dès maintenant avec Quizwiz!
A subclass can have a method with the same name as a method in the superclass.
True
Polymorphism allows you to write methods in a subclass that have the same name as methods in the superclass.
True
You cannot use the isinstance function to determine whether an object is an instance of a subclass of a class.
False
It is not possible to call a superclass's __ init __ method from a subclass's __ init __ method.
False
Only the __ init __ method can be overridden.
False