what is data Abstraction? and give example
Answer Posted / dileep
data abstraction is a technique that hides the unnecessary
data to the end user.
Like.., IF u want to drive a car no need to know about the
what company bolt is used in the inside the engine ..you
just need to know about the process of handling the
steering, breaks, clutch..etc..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why do we use classes in c++?
What is the use of turbo c++?
What are move semantics?
Can we run c program in turbo c++?
How to declare a function pointer?
Write about a nested class and mention its use?
How to implement is-a and has-a class relationships?
When is the destructor called?
Write my own zero-argument manipulator that should work same as hex?
Should you pass exceptions by value or by reference?
Can you explicitly call a destructor on a local variable?
Explain virtual class and friend class.
What is a modifier in c++?
Explain the problem with overriding functions
What do you mean by friend class & friend function in c++?