1.

How many specifiers are used to derive a class?(a) 1(b) 2(c) 3(d) 4The question was asked during an interview.My question is based upon Inheritance in section Class Hierarchies, Library & Containers of C++

Answer»

Right CHOICE is (C) 3

To EXPLAIN: There are 3 specifiers USED to DERIVE a class. They are private, protected and public.



Discussion

No Comment Found

Related InterviewSolutions