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?
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.
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
and the functions which are declared in the class is called member functions
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers