What is the use of data hiding?


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

Post New Answer

More C++ General Interview Questions

What is general form of pure virtual function? Explain?

0 Answers  


What is an html tag?

0 Answers  


How the endl and setw manipulator works?

0 Answers  


What is the return value of the insertion operator?

0 Answers  


Write some differences between an external iterator and an internal iterator?

0 Answers  






What are the benefits of oop in c++?

0 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


Is it possible to provide default values while overloading a binary operator?

0 Answers  


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Explain the register storage classes in c++.

0 Answers  


What is constant in c++ with example?

0 Answers  


Categories