MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is true? |
| A. | A non-private method in a superclass can be overridden |
| B. | A subclass method can be overridden by the superclass |
| C. | A private method in a superclass can be overridden |
| D. | Overriding isn’t possible in Python |
| Answer» B. A subclass method can be overridden by the superclass | |