what is data Abstraction? and give example
Answer Posted / m.arul
Data abstraction is a process of representing the essential
features without including background properties(or)
implementation details.
Is This Answer Correct ? | 67 Yes | 21 No |
Post New Answer View All Answers
What is function declaration in c++ with example?
What operators can you overload in c++?
What are stacks?
What is a sequence in c++?
Define a conversion constructor?
Where must the declaration of a friend function appear?
Why is main function important?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Which software is used to run c++ program?
You run a shell on unix system. How would you tell which shell are you running?
Which operator cannot overload?
What do you mean by static variables?
Who invented turbo c++?
What are the 4 types of library?
What is expression parser in c++