Saved Bookmarks
| 1. |
Which of the following statements about member functions are True or False?(i) A member function can call another member function directly with using the dot operator.(ii) Member function can access the private data of the class.(a) (i) – True,(ii) – True(b) (i) – False, (ii)-True(c) (i) – True, (ii) – False(d) (i) – False, (ii) – False |
|
Answer» (a) (i) – True, (ii) – True |
|