what is data abstraction in C++?


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

Post New Answer

More C++ General Interview Questions

What is a rooted hierarchy?

0 Answers  


Is set c++?

0 Answers  


How should a contructor handle a failure?

0 Answers  


Explain storage qualifiers in c++.

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,






What is endl?

0 Answers  


Can we inherit constructor in c++?

0 Answers  


Distinguish between a # include and #define.

0 Answers  


What is abstraction in c++ with example?

0 Answers  


What does #define mean in c++?

0 Answers  


What are the advantages of using const reference arguments in a function?

0 Answers  


What are pointers used for c++?

0 Answers  


Categories