what is data Abstraction? and give example
Answer Posted / parvathi
Data Abstraction increases the power of programming language
by creating user defined data types. Data Abstraction also
represents the needed information in the program without
presenting the details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between new() and malloc() in c++?
program explaining feautures of c++
Can I learn c++ without knowing c?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is a pointer how and when is it used?
What is a unnitialised pointer?
What is null and void pointer?
What is encapsulation in c++?
What do you mean by early binding?
What is the benefit of c++?
Write some differences between an external iterator and an internal iterator?
how to connect with oracle 9i with server in socket program in c/c++
Explain terminate() function?
Which one between if-else and switch is more efficient?
Why is c++ a mid-level programming language?