which of the following term is used for a function inside a class
Answers
Answered by
4
Which of the following term is used for a function defined inside a class?
b. Member function
c. Class function
d. Classic function
Answer:Member function
Answered by
0
The correct answer is option (b.) Member function.
Explanation:
- The operators and functions that are declared as members of a class are known as Member functions.
- It do not include operators and functions declared with the friend specifier.
- These are referred as friends of a class.
- When You can declare a member function as static it is called a static member function.
This question is incomplete, the complete question is:
Which of the following term is used for a function defined inside a class?
a. Member Variable
b. Member function
c. Class function
d. Classic function
Similar questions