1.

What is the other name used for functions inside a class?(a) Member variables(b) Member functions(c) Class functions(d) Class variablesThe question was asked during an interview for a job.I'd like to ask this question from OOPs Concept in chapter Basics Concepts of C++ of C++

Answer»

Right option is (b) Member functions

The EXPLANATION: Functions of a CLASS are also KNOWN as member functions of a class.



Discussion

No Comment Found

Related InterviewSolutions