what is data Abstraction? and give example
Answer Posted / m.shahzad
In Object Oriented Programming Data Abstraction is the
Technique which is Used to Minimize the Complexity...
what is Mean Complexity?
its mean that before u go for a project let say its one module
you don't see its entire details except that u see what do
you needed at this time to complete this specific problem not
all the Complex detail of this module u need this concept
minimize the complexity of that Problem through the concept
of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the role of copy constructor in copying of thrown objects?
Is oops and c++ same?
Difference between Abstraction and encapsulation in C++?
How can you link a c++ program to c functions?
What is format for defining a structure?
What problems might the following macro bring to the application?
How do we implement inheritance in c++?
Can we delete this pointer in c++?
How many different levels of pointers are there?
What's c++ used for?
What is the benefit of encapsulation?
Why is c++ still best?
How the delete operator differs from the delete[]operator?
What are 2 ways of exporting a function from a dll?
What is a constructor and how is it called?