what is data Abstraction? and give example
Answer Posted / pintu gupta
in oops the data abstraction is defined as represent
essential features without including background details or
implementation details.class use the concept of data
abstraction.
Is This Answer Correct ? | 135 Yes | 49 No |
Post New Answer View All Answers
How would you use the functions randomize() and random()?
What is the purpose of extern storage specifier?
What is the function of I/O library in C++ ?
What is do..while loops structure?
What is the latest c++ version?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is buffering in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is the use of endl in c++ give an example?
Specify different types of decision control statements?
Can you please explain the difference between using macro and inline functions?
State two differences between C and C++.
Explain what are single and multiple inheritances in c++?
Why c++ is not a pure oop language?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends