All About Oop in C++ (blog#03)
Advantages of Oops
Information Hiding
Object-oriented programming helps in data hiding. It can only be manipulated by objects only.
It hides our data from the outside world. It has 2 main advantages:
provides simplification by hiding implementation ...
ainisnippets.hashnode.dev2 min read