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

Name the operators that cannot be overloaded.

1 Answers   Wipro,


When would you use a pointer? A reference?

0 Answers   Amazon,


What is meant by exit controlled loop?

0 Answers   Adobe,


How to convert integer to string in C++

0 Answers  


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,






What's the value of the expression 5["abxdef"]?

0 Answers  


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


How does free know the size of memory to be deleted

0 Answers  


Categories