What is the use of data hiding?
No Answer is Posted For this Question
Be the First to Post Answer
What is heap sort in c++?
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
why v use c++ even we have microprocessor
How the V-Table mechanism works?
What is exception handling? Does c++ support exception handling?
What is flag in computer?
Differentiate between a template class and class template?
What are files in c++?
When do we run a shell in the unix system?
Give 10 points of differences between C & C++.
Can a new be used in place of old mallocq? If yes, why?
In a class only declaration of the function is there but defintion is not there then what is that function?