what is data Abstraction? and give example
Answer Posted / mansi
In this we hide the complexity of data from being used,
only useful and authorized information is made visible to
the users.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are vectors used for in c++?
program explaining feautures of c++
How can you say that a template is better than a base class?
Which c++ operator cannot overload?
What is the difference between interpreters and compilers?
What is a memory leak c++?
Is swift better than c++?
What is the real purpose of class – to export data?
Should a constructor be public or private?
Explain stack & heap objects?
Write a program to add three numbers in C++ utilizing classes.
How to declare a pointer to an array of integers?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is the difference between reference and pointer?
What is c++ redistributable?