protected base class members cannot be accessed by:
a. Functions that are neither friends of the base class, derived-class member functions nor friends of a derived class.
b. friends of the base class.
c. Functions that are not derived-class member functions.
d. friends of derived classes.
a. Functions that are neither friends of the base class, derived-class member functions nor friends of a derived class.
Computer Science & Information Technology
You might also like to view...
Draw all the candidate subgraphs obtained by joining the pair of graphs shown in Figure 7.4. Assume the edge-growing method is used to expand the subgraphs.
Computer Science & Information Technology
When you want the application to end when the user clicks the Exit button, you write the following code: ____.
A. Me.Stop() B. Me.Close() C. Me.Terminate() D. Me.End()
Computer Science & Information Technology