How is data hiding achieved in c++?


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

Post New Answer

More C++ General Interview Questions

Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What does n mean in c++?

0 Answers  


Show the application of a dynamic array with the help of an example.

0 Answers  


What is a try block?

0 Answers  


What are exceptions c++?

0 Answers  






Why do we need pointers?

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


What is stl containers in c++?

0 Answers  


Explain how we implement exception handling in c++?

0 Answers  


What is virtual destructor ans explain its use?

0 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


Categories