What is data abstraction? How is it implemented in C++?


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

Post New Answer

More C++ Interview Questions

Factory Method C++ – How to delete pointers returned by it

0 Answers  


what is friend function in C++?

0 Answers   TCS,


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


What is the difference between an ARRAY and a LIST in C++?

0 Answers   IBS, TCS,


What does it mean to take the address of a reference?

0 Answers   Amazon,






what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What is an abstract class?

5 Answers   Siemens,


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


Categories