1.

Which of the following is not type of class?(a) Abstract Class(b) Final Class(c) Start Class(d) String ClassI got this question during an interview for a job.My doubt stems from Classes topic in portion OOPs Concept & Features of Object Oriented Programming

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.



Discussion

No Comment Found

Related InterviewSolutions