what is data Abstraction? and give example
Answer Posted / amit kumar
Data abstraction generally refers to suppression of details
of data organization and storage and the highlighting of the
essential feature for an improved understanding of data
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
Can member functions be private?
what are the types of Member Functions?
What is the use of turbo c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is a dll entry point?
What is enum class in c++?
Are strings mutable in c++?
How const int *ourpointer differs from int const *ourpointer?
Evaulate: 22%5 a) 2 b) 4 c) 0
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Why c++ does not have finally?
Can malloc be used in c++?
Which programming language should I learn first?
Write syntax to define friend functions in C++.
Explain mutable storage class specifier.