The constructor of a derived class cannot directly access the ____________________ member variables of the base class.
Fill in the blank(s) with the appropriate word(s).
private
You might also like to view...
Answer the following statements true (T) or false (F)
1) The stack is the region of memory used for data structures dynamically allocated and deallocated by operators new and delete.
2) The heap is the region of memory used for allocation of function data areas.
3) When an array name with no subscript appears in the argument list of a function call, what is actually stored in
the function's corresponding formal parameter is the value of the initial array element.
4) When the const qualifier is included in the declaration of an array parameter of a function, the compiler can
mark as an error any attempt to change the array's elements within the function.
5) The C++ string library is made available by use of the directive #include
When viewing a slide show, the navigation buttons appear only if you point to them or move your mouse over them
Indicate whether the statement is true or false
A(n) ________ is a control that allows a user to select one or more values in a group of choices
A) legacy object B) ActiveX control C) button D) check box
Case Question 1Tayler is the marketing director for the XYZ Corporation. She recently discovered that many visitors to the company's Web site do not know everything the company has to offer. She decides to add a jump menu to the homepage, like the one shown in the figure below, that will allow visitors to quickly access other pages.
Some jump menus require visitors to click a Go button after they choose an option; however, Tayler notices that when she creates a jump menu in Expression Web, a Go button is not included. Why?
A. Expression Web should have included the Go button. B. The jump menu must be attached to a particular HTML element to add a Go button. C. The menus that Expression Web creates require that visitors only click the menu option. D. None of the above