How does class accomplish data hiding in c++?


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

Post New Answer

More C++ General Interview Questions

How do you show the declaration of a virtual constructor?

0 Answers  


What is class definition in c++ ?

0 Answers  


What does the ios::ate argument do?

0 Answers  


What are the advantages of early binding?

0 Answers  


what is pre-processor in C++?

0 Answers  






What is #include cstdlib in c++?

0 Answers  


What does namespace mean in c++?

0 Answers  


What is the use of lambda in c++?

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  


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

0 Answers  


Why is swift so fast?

0 Answers  


Can you use the function fprintf() to display the output on the screen?

0 Answers  


Categories