what is data Abstraction? and give example
Answer Posted / v.santhoshini
*Data Abstraction is a collection of related data items
together with an associated set of operations.
*data operations &relations are studied indpendent of
implementation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does new in c++ do?
What is stream and its types in c++?
What are the two shift operators and what are their functions?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Explain selection sorting?
What's the hardest coding language?
What is main function in c++ with example?
What is the difference between the parameter to a template and the parameter to a function?
Why is polymorphism useful?
What is the best book for c++ beginners?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is the difference between structure and class?
What are the types of pointer?
Why do we use string in c++?
How do you compile the source code with your compiler?