What is being protected in the following statement?

```
class Car : protected Vehicle
```
a. derived class functions
b. base class members
c. derived class data
d. future inherited classes
e. None of these


b. base class members

Computer Science & Information Technology

You might also like to view...

All of the following statements are TRUE about cleansing data EXCEPT:

A) Data cleansing is the process of fixing obvious errors in the data and converting the data into a useful format. B) Data cleansing is not data verification. C) Data verification is the process of validating that the data is correct and accurate. D) Data cleansing is very costly both in time and money.

Computer Science & Information Technology

Match the menu and dialog box elements to their descriptions:

I. Check box A. Displays next to a command name to indicate that when you click the command, a dialog box will display. II. Ellipsis (...) B. Two or more keys pressed at the same time and used as a method to select commands. III. Shortcut key combination C. An area that you click to select, or click to clear, an option. IV. Option button D. With a dialog box, a page with a darker name that displays a related group of commands and options. V. Active tab E. An area that you click to select only one of a mutually exclusive set of options.

Computer Science & Information Technology

Which Cisco IOS command would be used to alter the source interface used for BGP communications?

A) neighbor ip-address source-interface interface B) neighbor ip-address interface interface C) neighbor ip-address source interface D) neighbor ip-address update-source interface

Computer Science & Information Technology

Consider the following function prototype:int seqSearch(const listType& list, int searchItem);The actual parameter cannot be modified by ____.

A. seqSearch B. listType C. list D. searchItem

Computer Science & Information Technology