what is data Abstraction? and give example
Answer Posted / kishore kumar
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is abstraction in c++ with example?
What is a try block?
Can non graphic characters be used and processed in C++?
What is the use of namespace std in C++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Tell me difference between constant pointer and pointer to a constant.
Is there structure in c++?
Explain linear search.
Define copy constructor.
What is the keyword auto for?
Explain the difference between overloading and overriding?
Which operator cannot be overloaded c++?
Is c or c++ more useful?
What is #include cmath?
How does a C++ structure differ from a C++ class?