what is data Abstraction? and give example
Answer Posted / mahmud hasan
Data abstruction is a process of representing the essential
features without including the background details or
explanations.
The concept of data abstruction relates to the idea of
hiding data that is not needed for presentation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to write a c++ template to check for a function's existence?
Why is c++ so fast?
What do you mean by early binding?
What are default parameters? How are they evaluated in c++ function?
Write about the members that a derived class can add?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Mention the ways in which parameterized can be invoked.
What are the benefits of c++?
Write a program to show polymorphism in C++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
explain the reference variable in c++?
Difference between delete and free.
How many standards of c++ are there?
What is private, public and protected inheritance?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)