what is data Abstraction? and give example
Answer Posted / rohan nimbalkar
Data Abstraction means hiding unnecessary information from
the user .
simple example :
consider the car,then does not require how the works
gear-box,how to work engine.etc
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can circle be called an ellipse?
Why was c++ created?
Do we have to use initialization list in spite of the assignment in constructors?
Which software is used to run c++ program?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What kind of problems can be solved by a namespace?
How to access a variable of the structure?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Why is main function important?
What is c++ hiding?
What is Destructor in C++?
Describe the process of creation and destruction of a derived class object?
List the types of polymorphism in c++?
What are the manipulators in c++?
What is a dll entry point?