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
which of the following is not an secondary constant a) array b) real c) union
what is data abstraction in C++?
What is expression parser in c++
How do I run c++?
Refer to a name of class or function that is defined within a namespace?
Is string data type in c++?
What is c++ best used for?
What is low level language in simple words?
How are pointers type-cast?
What do you mean by overhead in c++?
How does atoi function work?
How does a C++ structure differ from a C++ class?
Do class declarations end with a semicolon?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What does ctime() do?