Can member functions be private?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the importance of mutable keyword?

0 Answers  


What are the basic data types used in c++?

0 Answers  


How do I write a c++ program?

0 Answers  


Can a constructor be private?

0 Answers  


What does return 0 do in c++?

0 Answers  


What is the role of static keyword for a class member variable?

0 Answers  


What do you mean by vtable and vptr in c++?

0 Answers  


What is the difference between #import and #include?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


Is there a new/delete equivalent of realloc?

1 Answers  


What do you understand by a pure virtual member function?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


Categories