Is it possible for derived classes to access the private data in their base class?
What will be an ideal response?
It is not possible for the children classes to directly access the base class data if the data is declared private. The derived classes would have to use the base class sets and gets.
Computer Science & Information Technology
You might also like to view...
A balanced binary tree with m elements will have height ______________
a) 2m b) 2 m c) log m 2 d) log 2 m e) none of the above
Computer Science & Information Technology
The buttons, arrows, and boxes on the mini toolbar vary, depending on whether you are using Touch mode versus ____ mode.
A. View B. Design C. Mouse D. Screen
Computer Science & Information Technology
What is service-oriented architecture (S O A)?
What will be an ideal response?
Computer Science & Information Technology
Data normalization groups data attributes into tables in accordance with specific design objectives.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology