what is data Abstraction? and give example
Answer Posted / t@run gupta
Data Abstraction:
By this feature of object oriented programming it is
possible to represent the needed information in program
without presenting the details. Also by the feature of data
abstraction it is possible to create user defined data types
and thus increase the power of programming language
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is data structure in c++?
What does std mean in c++?
What is a storage class?
What are c++ data types?
How do you find out if a linked-list has an end?
What is singleton class in c++?
What return value must conversion operators have in their declaration?
Define friend function.
What is the most common mistake on c++ and oo projects?
Is string data type in c++?
Why do we need runtime polymorphism in c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
Explain about Virtual Function in C++?
What are c++ tokens?
What is scope resolution operator in c++ with example?