A) must be pointers B) are class objects C) are same as C strings D) have a firs
ID: 3538737 • Letter: A
Question
A) must be pointers
B) are class objects
C) are same as C strings
D) have a first subscript of 1
A) No.
B) Yes, but only if the two classes have the same name.
C) Yes, but only if the main program does not declare both kinds
D) Yes, this is always allowed.
3. A class may contain multiple constructors if A) they have different argument lists.
B) they have the same argument list.
C) they have different return types.
D) they have different names. Keyword __________ introduces an overloaded-operator function definition.
Explanation / Answer
1. B) are class objects
2. functions
3. A) they have different argument lists
C) Yes, but only if the main program does not declare both kinds
6. struct
7. this
8. False
9. A) Length.
10. const