MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following most accurately describes "multiple inheritance"? |
| A. | When two classes inherit from each other. |
| B. | When a child class has two or more parent classes. |
| C. | When a base child has two or more derived classes. |
| D. | When a child class has both an "is a" and "has a" relationship with its parent class. |
| Answer» C. When a base child has two or more derived classes. | |