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
Explain how to initialize a const data member.
What do you understand by zombie objects in c++?
Explain unexpected() function?
Explain the advantages of using friend classes.
What are the two main components of c++?
What do you mean by late binding?
What are the sizes and ranges of the basic c++ data types?
What are advantages of using friend classes?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is the difference between a type-specific template friend class and a general template friend class?
How would you use qsort() function to sort an array of structures?
Are strings immutable in c++?
How would you use the functions sin(), pow(), sqrt()?
Do you know about C++ 11 standard?
Out of fgets() and gets() which function is safe to use?