what is data Abstraction? and give example
Answer Posted / faisal
Abstraction is the representation of only the essential features of an object and hiding un essential features of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write is a binary search tree? Write an algo and tell complexity?
What is c++ programming language?
Explain the different access specifiers for the class member in c++.
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Name the debugging methods that are used to solve problems?
Which function should be used to free the memory allocated by calloc()?
Is c++ a good first language to learn?
What does floor mean in c++?
What is c++ used for in games?
Why c++ is better than c language?
What is a base class?
What do you mean by function pointer?
Is map sorted c++?
What is the difference between struct and class?
What do you mean by late binding?