what is data Abstraction? and give example
Answer Posted / abelthom
data abstraction is the process of looking at the data at
higher levels without being concerned with the lower levels
(i.e. implementation considerations)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the term memory alignment?
Which programming language should I learn first?
What are 2 ways of exporting a function from a dll?
Can a constructor be private?
What are literals in C++?
What is struct c++?
What is const pointer and const reference?
What is the full form nasa?
What is flag in computer?
What is a terminating character in c++?
What is class in c++ with example?
What are the advantages of early binding?
Define anonymous class.
What are manipulators used for?
what is a class? Explain with an example.