InterviewSolution
Saved Bookmarks
| 1. |
Simple member functions are ______________________(a) Ones defined simply without any type(b) Ones defined with keyword simple(c) Ones that are implicitly provided(d) Ones which are defined in all the classesI got this question in unit test.I would like to ask this question from Types of Member Functions in division Member Functions & its Types of Object Oriented Programming |
|
Answer» Right option is (a) Ones defined simply without any type |
|