Object Oriented Programming In C Plus Plus - Study Mode

[#1] Which of the following is not a type of Constructor?
Correct Answer

(A) Friend constructor

[#2] Which of the following cannot be a friend?
Correct Answer

(C) Object

[#3] How access specifiers in Class helps in Abstraction?
Correct Answer

(B) They allows us to show only required things to outer world

[#4] Which of the following approach is used by C++?
Correct Answer

(B) Bottom-up

[#5] Which of the following provides a programmer with the facility of using object of a class inside other classes?
Correct Answer

(B) Composition