1.

How many specifiers are present in access specifiers in class?(a) 1(b) 2(c) 3(d) 4I had been asked this question in an interview for internship.My query is from Classes in section Source Files, Classes and Operator Overloading in C++ of C++

Answer»

The CORRECT CHOICE is (C) 3

Explanation: There are three types of access SPECIFIERS. They are public, protected and private.



Discussion

No Comment Found

Related InterviewSolutions