Concerning nested classes, which of the following are true?

a) You can define a class within a class.
b) The inner class must always be public
c) The inner class is within the scope of the outer class.
d) Qualification by the outer class name with the scope resolution operator is
necessary to use the inner class outside the outer class.
e) A local class can contain static members.


a) You can define a class within a class.
c) The inner class is within the scope of the outer class.
d) Qualification by the outer class name with the scope resolution operator is
necessary to use the inner class outside the outer class.

Computer Science & Information Technology

You might also like to view...

The definitions for the functional areas are listed in ____ of the EBK.

A. Section 4.0 B. Section 4.1 C. Section 4.2 D. Section 4.3

Computer Science & Information Technology

Under UNIX, __________ devices hold files.

a. character b. special c. disk d. block

Computer Science & Information Technology

In a doubly linked list, what is the number of pointers affected by an insertion operation at the end of the list?

a. 1 b. 2 c. 0 d. 4

Computer Science & Information Technology

To display the Rotate menu, with the graphic selected, click the Rotate button in the ____ group on the Format Picture tab.

A. Default B. Live Preview C. Standard D. Arrange

Computer Science & Information Technology