what is data encapsulation in C++?


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

Post New Answer

More C++ General Interview Questions

What are files in c++?

0 Answers  


What is the difference between const and constexpr?

4 Answers  


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


What is isdigit c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


Define anonymous class.

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


Why do you use the namespace feature?

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


Explain terminate() and unexpected() function?

0 Answers  


What is std :: endl?

0 Answers  


Categories