C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 6)
6.
Which of the following term is used for a function defined inside a class?
Member Variable
Member function
Class function
Classic function
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
22 comments Page 3 of 3.

RIYAJ KHAN said:   1 decade ago
When member function is defined inside the class it is called as inline function.
Member function can also defined outside the class using class label. At this time it is not inline function.

Hani said:   1 decade ago
The class variables are called data members
and the functions which are declared in the class is called member functions


Post your comments here:

Your comments will be displayed after verification.