MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming
→
Inbuilt Classes in Object Oriented Programming
→
How many types of access specifiers are provided ..
1.
How many types of access specifiers are provided in OOP (C++)?
A.
1
B.
2
C.
3
D.
4
Answer» D. 4
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which specifier should be used for member functions of a class?
Which access specifier is usually used for data members of a class?
Which access specifier should be used so that all the parent class members can be inherited and accessed from outside the class?
If an abstract class has all the private members, then _________
If class B inherits class A privately. And class B has a friend function. Will the friend function be able to access the private member of class A?
On which specifier’s data, does the size of a class’s object depend?
Which access specifier should be used in a class where the instances can’t be created?
If class A has add() function with protected access, and few other members in public. Then class B inherits class A privately. Will the user will not be able to call _________ from the object of class B.
If a class has all the private members, which specifier will be used for its implicit constructor?
Which among the following is false?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply