MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following code signify? class a { } class b : a { variable declaration; method declaration; } |
| A. | Declaration of a base class |
| B. | Declaration of a sub class |
| C. | Declaration of base class & sub class and how subclass inherits the base class |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |