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 using namespace std in c++?
What is difference between rand () and srand ()?
What is a dangling pointer in c++?
What is difference between c++ and c ++ 14?
Const char *p , char const *p What is the difference between the above two?
What is the difference between method overloading and method overriding in c++?
What do you understand by pure virtual function? Write about its use?
What are the data types in c++?
What is the difference between structures and unions?
What do you mean by late binding?
Out of fgets() and gets() which function is safe to use?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What are the differences between new and malloc?
How do you print a string on the printer?
Explain virtual destructor?