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 oops in c++?
What is #include math h in c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Distinguish between new and malloc and delete and free().
What are friend classes?
What is the use of endl in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Mention the storage classes in c++.
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Name the debugging methods that are used to solve problems?
What are the benefits of c++?
What is the full form of c++?
What is c++ runtime?
Why are pointers used?
What are static member functions?