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 5 of 5.

Arati said:   4 years ago
I think static is correct.

Goldy said:   4 years ago
Is it possible to modify a private data member of a class through a non-member function? If yes means How? Explain.


Post your comments here:

Your comments will be displayed after verification.