what is data Abstraction? and give example
Answer Posted / ravin
data abstraction is a method to represent essential features of a data without including background details or unimportant matter.
a function/process used to define the use of this data.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is DlgProc?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is the rule of three?
What do you understand by a pure virtual member function?
What are the advantages of c++?
What does flush do c++?
Why do we use using namespace std in c++?
Can I learn c++ without c?
To what does “event-driven” refer?
What is setfill c++?
What is pure virtual function?
Can we distribute function templates and class templates in object libraries?
What is a constructor and how is it called?
Explain stack & heap objects?