

McqMate
Q. |
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)? |
A. | const x* const |
B. | x* const |
C. | x* |
D. | x& |
Answer» D. x& |
View all MCQs in
Object Oriented Programming In cppNo comments yet