what is data Abstraction? and give example
Answer Posted / chirasani yasoda krishna
data abstraction is nothing but hiding un necessary data and providing useful data to the user for ecample if you write a programm internally it converts 0sand1s it hides and shows you an out put another real time example you have log on to mycomputer it is devplped by programs it hides the code and shows useful information to the user
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between malloc()/free() and new/delete?
What are the operators in c++?
what are Access specifiers in C++ class? What are the types?
Keyword mean in declaration?
What is capacity in vector in c++?
Explain this pointer?
Comment on local and global scope of a variable.
What are destructors?
What are vtable and vptr?
What is the difference between a template and a macro?
What is the average salary of a c++ programmer?
What is endl?
What is auto type c++?
What does the ios::ate argument do?
What is the use of bit fields in structure declaration?