what is data Abstraction? and give example
Answer Posted / tamilarasan
A data abstraction is a simplified view of an object that includes only features one is interested in while hides away the unnecessary details.
eg: creation of object from its class.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are references in c++?
How is static data member similar to a global variable?
What is difference between c++ 11 and c++ 14?
List the special characteristics of constructor.
What is the difference between #import and #include?
Write a program which employs Recursion
Explain the differences between private, public and protected and give examples.
Why use of template is better than a base class?
How do you find out if a linked-list has an end?
What is runtime polymorphism in c++?
What does int * mean in c++?
Can a built-in function be recursive?
What is array in c++ pdf?
What is using namespace std in cpp?
What happens when the extern "c" char func (char*,waste) executes?