Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C++ Programming
»
OOPS Concepts
Which one of the following options is correct?
Friend function can access public data members of the class.
Friend function can access protected data members of the class.
Friend function can access private data members of the class.
All of the above.
Correct Answer:
All of the above.
← Previous Question
Next Question→
More Questions from
OOPS Concepts
Which of the following factors supports the statement that reusability is a desirable feature of a language?
In which of the following a virtual call is resolved at the time of compilation?
Which of the following concepts means waiting until runtime to determine which function to call?
Which of the following ways are legal to access a class data member using this pointer?
Which of the following is correct about the statements given below? All operators can be overloaded in C++. We can change the basic meaning of an operator in C++.
Which of the following operator is overloaded for object cout?
Which of the following statement is correct?
Which of the following type of class allows only one object of it to be created?
Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?
Which of the following is not the member of class?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments