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 2 of 3.

Snehal said:   1 decade ago
The class variable called data members. Function which are declared in the class called member function.

Rohit said:   1 decade ago
Member variable are declared inside the class body. And member function are declared with in a class.

Priya said:   9 years ago
What is the difference between member function and member variable?

Akash said:   4 years ago
Members function are the function which is declared in the class.

Shyam said:   10 years ago
Data member and member function will in inside a class.

Anky said:   1 decade ago
Difference b/w class functions and member functions?

Yogendra said:   1 decade ago
What is different in class and classic function?

K.Anitha said:   9 years ago
What is classic function and when it is used?

Chandana said:   3 months ago
What is a member variable? Please explain.

Rahul said:   1 decade ago
Why we can not use private to the class?


Post your comments here:

Your comments will be displayed after verification.