1.

All type of member functions can’t be used inside a single class.(a) True(b) FalseThis question was posed to me in examination.I'd like to ask this question from Types of Member Functions topic in division Member Functions & its Types of Object Oriented Programming

Answer»

Correct choice is (b) False

The explanation: There is no restriction on the use of type of MEMBER FUNCTIONS inside a single CLASS. Any type any number of times can be defined inside a class. The member functions can be USED as required.



Discussion

No Comment Found

Related InterviewSolutions