MCQOPTIONS
Saved Bookmarks
| 1. |
Find Superclass and Subclass in the below Java program? |
| A. | The Liquid is a superclass and Juice is a subclass. |
| B. | The Liquid is a Subclass and Juice is a Superclass. |
| C. | There is no superclass or subclass |
| D. | None |
| Answer» B. The Liquid is a Subclass and Juice is a Superclass. | |