What is data abstraction? How is it different from data encapsulation?


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

Post New Answer

More C++ General Interview Questions

You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


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

12 Answers   Wipro,


What are advantages of C++ when comparing with C?

18 Answers   HP, iGate, TCS,


Define linked lists with the help of an example.

0 Answers  


What is a namespace in c++?

3 Answers  


what are prototypes

4 Answers   Infosys, TCS,


What is algorithm in c++ programming?

0 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  


Why do we use setw in c++?

0 Answers  


Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


When to use Multiple Inheritance?

6 Answers  


difference between the c++ and c languages

4 Answers   Wipro,


Categories