what is data Abstraction? and give example
Answer Posted / dashrath singh
In Data Abstraction Abstraction is a way through which we
can extract the useful information when it is called by
Objects or variables by hiding the definition
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is &x in c++?
What is a down cast?
Will this c++ program execute or not?
Is swift a good first language?
Which one between if-else and switch is more efficient?
What is abstraction in c++?
What are structs in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is srand c++?
why is iostream::eof inside a loop condition considered wrong?
What do you mean by stack unwinding in c++?
Do class method definitions?
What is the difference between new() and malloc()?
What does std mean in c++?
Show the application of a dynamic array with the help of an example.