C++ Multiple Choice Questions 21. Which of the following is true about const member functions? a. const members can be invoked on both const as well as nonconst objects b. const members can be invoked only on const objects and not on nonconst objects c. nonconst members can be invoked on const … [Read more...]
Recent Comments