An instance of a subclass can access the protected members of the superclass.
What will be an ideal response?
True.
You might also like to view...
The member function eof() is (true/false) when we are ready to read the end of file character.
Fill in the blank(s) with the appropriate word(s).
What method should be used to pass an array to a function that does not modify the array and only looks at it using array subscript notation:
a. A nonconstant pointer to nonconstant data. b. A nonconstant pointer to constant data. c. A constant pointer to nonconstant data. d. A constant pointer to constant data.
With fixed-width pages, the page is sometimes positioned in the center of the user's browser window.
Answer the following statement true (T) or false (F)
Each node of a singly linked list has two components: ____ and ____.
A. info, head B. link, back C. back, head D. info, link