Q. For the object for which it was called, a const member function (Solved)
1. can modify both const and non-const member dat
2. can modify only const member data.
3. can modify only non-const member data.
4. can modify neither const nor non-const member data.
- d. can modify neither const nor non-const member data.