1.

Which is the correct condition on const member functions?

A. Const member functions can t call non-const member functions
B. Const member functions can t call any other function
C. Const member functions can call only the functions which are neither const nor non-const
D. Const member functions can call only data members of call not member functions
Answer» B. Const member functions can t call any other function


Discussion

No Comment Found