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
Discussion on error handling of C++ .
Is ca high or low level language?
What does extern mean in a function declaration in c++?
Can you pass a vector to a function?
What are the general quetions are in DEna bank manager IT/System interviews?
Will the following program execute?
how to access grid view row?
Which is better c++ or java?
Do vectors start at 0 c++?
How is modularity introduced in C++?
What is capacity in vector in c++?
Can you pass an array to a function in c++?
Explain the concept of dynamic allocation of memory?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Can we use this pointer in a class specific, operator-overloading function for new operator?