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 a local variable?
What is the use of :: operator in c++?
What is pointer with example?
What is class syntax c++?
What operators can you overload in c++?
What is a manipulative person?
What is the use of 'this' pointer?
What does namespace mean in c++?
Can static member variables be private?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is the difference between a reference and a pointer?
What is a constructor and how is it called?
Which operator cannot overload?
What are exceptions c++?
In a function declaration, what does extern mean?