Why would a programmer choose to use protected class members and not private class members?

A. In case specific variables or functions are needed by a derived class.
B. So you can get any and all data from parent class.
C. You should always use private class members for data security.
D. None of the above.


A. In case specific variables or functions are needed by a derived class.

Computer Science & Information Technology

You might also like to view...

Which feature of a router provides traffic flow and enhances network security?

A. VLSMs B. ACLs C. TCP D. CIDR

Computer Science & Information Technology

Write a SELECT statement to list students that live either in zip code 11433, 11434, or 11435. (5 rows)

What will be an ideal response?

Computer Science & Information Technology

The ________ dialog box displays tabs for each object type and a tab for the current database

A) PrintMacro B) Backstage C) Macros D) Database Documenter

Computer Science & Information Technology

The Access comparison operator for equal to is ________

A) = = B) <> C) != D) =

Computer Science & Information Technology