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
Which of the following is evaluated first: a) && b) || c) !
What is a catch statement?
What is using namespace std in cpp?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
How one would use switch in a program?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is pure virtual function? Or what is abstract class?
Is map thread safe c++?
What is the difference between while and do while loop? Explain with examples.
Can a Structure contain a Pointer to itself?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is helper in c++?
How to give an alternate name to a namespace?
Explain operator overloading.
Why is "using namespace std;" considered bad practice?