MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is true for public member functions? |
| A. | Public member functions doesn’t have a return type |
| B. | Public member functions doesn’t have any security |
| C. | Public member functions are declared outside the class |
| D. | Public member functions can be called using object of class |
| Answer» E. | |