what is data Abstraction? and give example
Answer Posted / kariuki wamae
data abstruction is concept of the oop where the
implementation details of a program are ignored to work on
a much higher level of the program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is standard template library used?
What is the difference between #define debug 0 and #undef debug?
How much maximum can you allocate in a single call to malloc()?
What is the difference between #import and #include?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Explain what are accessor methods?
What are the implicit member functions of class?
Declare a class vehicle and make it an abstract data type.
Explain Text Manipulation Routines?
Is linux written in c or c++?
What are move semantics?
How can you create a virtual copy constructor?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Which field is used in c++?
What is auto used for in c++?