...
Question 680 – RAM
May 6, 2024
Question 1849 – OOPS
May 6, 2024
Question 680 – RAM
May 6, 2024
Question 1849 – OOPS
May 6, 2024

Question 2313 – OOPS

Assume the C++ definitions: Class circle: public point which of the following is false?

Correct Answer: D

Question 61 Explanation: 
True: point’ is the base class and ‘circle’ is the derived class
True: The colon(:) in the header of class definition indicates inheritance
True: The keyword ‘public’ indicates type of inheritance
False: All the public and protected members of class ‘circle’ are inherited as public and protected members respectively into class point.
A
‘point’ is the base class and ‘circle’ is the derived class
B
The colon(:) in the header of class definition indicates inheritance
C
The keyword ‘public’ indicates type of inheritance
D
All the public and protected members of class ‘circle’ are inherited as public and protected members respectively into class point.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!