C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 4)
4.
Which of the following is not the member of class?
Static function
Friend function
Const function
Virtual function
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
42 comments Page 3 of 5.

Swastik said:   6 years ago
You declare function as a friend inside class but it is not considered as member function of the class.
(4)

JESWANTH KUMAAR.C.S.G said:   10 years ago
Because we don't have friend function in C++. We have only friend function and friend class in C++.

Karthika said:   1 decade ago
What is dynamic binding, static function, const function, virtual function?

Ankita said:   1 decade ago
What is dynamic binding, static function, const function, virtual function?

Shakti said:   1 decade ago
What is the mean of 'pA->show() ;'. And how its work ?

Maha said:   1 decade ago
Why we are using virtual function in dynamic binding ?

Mych5 said:   10 years ago
What is static function and where they are applicable?
(1)

Ahmad said:   9 years ago
Without Virtual function can we dynamic binding?
(3)

Yogesh said:   1 decade ago
Virtual function can be used in derived class.

Sabitha.r said:   10 years ago
Friend function is used in only public class.


Post your comments here:

Your comments will be displayed after verification.