With the help of examples write a explanation on Abstraction in C++
Answers
Answered by
0
Answer:
Data abstraction refers to providing only essential information about the data to the outside world, hiding the background details or implementation. ... Abstraction using Classes: We can implement Abstraction in C++ using classes. Class helps us to group data members and member functions using available access specifiers
Similar questions