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 heap sort in c++?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


How the V-Table mechanism works?

6 Answers   HP,


What is exception handling? Does c++ support exception handling?

0 Answers  






What is flag in computer?

0 Answers  


Differentiate between a template class and class template?

1 Answers  


What are files in c++?

0 Answers  


When do we run a shell in the unix system?

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


Can a new be used in place of old mallocq? If yes, why?

0 Answers  


In a class only declaration of the function is there but defintion is not there then what is that function?

5 Answers   Hughes,


Categories