Cpp Programming 83 – Which inheritance type is used in the class given below? class A : public X, public Y {}
[B]. Multiple inheritance[C]. Hybrid inheritance
[D]. Hierarchical Inheritance
Answer: Option B
Answer: Option B
Answer: Option D
Answer: Option A
Cpp Programming 85 – Which of the following statement is correct? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option D
Answer: Option B
Cpp Programming 87 – Which of the following is not a type of constructor? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option C
Answer: Option B
Cpp Programming 89 – Which of the following operator is overloaded for object cout? Read More »
Cpp Programming, OOPs Concepts
Answer: Option D
Answer: Option D
Answer: Option B
Cpp Programming 92 – Which of the following keyword is used to overload an operator? Read More »
Cpp Programming, OOPs Concepts