Abstraction in C++
One of the most fundamental and significant components of C++ object-oriented programming is data abstraction. Abstraction refers to hiding the details and presenting simply the most important facts. Data abstraction is the process of exposing to the...
rohan4650.hashnode.dev3 min read