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
Describe private, protected and public – the differences and give examples.
What does I ++ mean in c++?
What is lazy initialization in c++?
What are advantages of using friend classes?
Explain selection sorting?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Implement stack operations with pointers with appropriate exception checks.
What is a linked list in c++?
What is the exit function in c++?
What are the classes in c++?
How is c++ used in the real world?
Define token in c++.
What is c++ similar to?
What is the most common mistake on c++ and oo projects?
Why is it called c++?