Saved Bookmarks
| 1. |
Which of the following is not type of class?(a) Abstract Class(b) Final Class(c) Start Class(d) String Class |
|
Answer» The correct option is (c) Start Class The best explanation: Only 9 types of classes are provided in general, namely, abstract, final, mutable, wrapper, anonymous, input-output, string, system, network. We may further divide the classes into parent class and subclass if inheritance is used. |
|