In C++ what is the meaning of data hiding?


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

Post New Answer

More C++ Interview Questions

Write a C++ Program to Find Sum and Average of three numbers.

1 Answers  


How do you write a function that can reverse a linked-list in C++?

0 Answers   IBS,


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


How to generate random numbers in C++ with a range?

0 Answers  


What is conversion constructor in C++

0 Answers   TCS,






When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


What is a virtual base class?

6 Answers   Fidelity, Siemens,


What is the difference between virtual functions and pure virtual functions?

1 Answers  


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


Categories