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
How do you print a string on the printer?
In a function declaration what does extern means?
What is a singleton class c++?
What are the restrictions apply to constructors and destructors?
What is a container class? What are the types of container classes in c++?
What does count ++ do in c++?
Explain one-definition rule (odr).
Can turbo c++ run c program?
Is multimap sorted c++?
What is the main use of c++?
Is c++ the hardest programming language?
What is the difference between structures and unions?
What is a dll entry point?
Explain how we implement exception handling in c++?
What is flag in computer?