Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
C++ Language
C++ Access Control
C++ Access Control Question:
Explain access specifier private?
Tweet
Share
WhatsApp
Download PDF
Answer:
It is default one and can be access from class member of the same class.
Download C++ Access Control PDF
Read All 31 C++ Access Control Questions
Previous Question
Next Question
Explain access specifier protected?
Which of the followings is/are not false about friend function ?
1. It can be called / invoked with class object
2. It has objects as arguments
3. It can have built-in types as arguments
4. It must declared only in public part of a class
5. It does not have this pointer as an argument
a. Only 2,4
b. Only 1,2,5
c. Only 2,3,5
d. All of these