Computer Science, asked by Anonymous, 4 months ago

How does a class represent data abstraction? ​

Answers

Answered by ganga15876
1

Data abstraction allows a program to ignore the details of how a data type is represented. ... C++ classes use the technique of abstraction and are defined as a list of abstract attributes such as width, cost, size etc and functions to operate on these attributes.

Answered by 1112jayasingh
1

abstraction in C plus plus data abstraction is one of the most essential and important feature of object oriented programming in C plus plus abstraction means is playing only essential information and hiding the details a class can decide which data member will be visible to outside world and which is not

thanks for asking this question dear may it helps you

Similar questions