what is data Abstraction
Answers were Sorted based on User's Feedback
Answer / narasimulu24
Abstraction refers to the act of representing essential
features without including background process or
implementing details.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / sumithra.a
Data Abstraction is the process of hiding unwanted details
from user.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the difference between a type-specific template friend class and a general template friend class?
What do you mean by pure virtual functions in C++? Give an example?
Explain terminate() function?
What is the C-style character string?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is class in c++ with example?
When should we use multiple inheritance?
What are the advantages of c++ over c?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
Generally variables are stored in heap memory. When he variables are created in stack?
What is set in c++?
What are access specifiers in C++?