QQuratulaininainisnippets.hashnode.dev·Mar 21, 2022 · 2 min readAll 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 ...00
QQuratulaininainisnippets.hashnode.dev·Mar 2, 2022 · 1 min readAll About Oop in C++(blog #02) What is Object Orientation In Oops? Object Orientation is a technique for System Modeling. Modeling means the extraction of something, and the function of modeling is to understand the product before developing it. Models can be highway maps, car m...00
QQuratulaininainisnippets.hashnode.dev·Mar 2, 2022 · 1 min readAll About Oop in C++(blog #01) What is Oops? Oops is object-oriented programming. It was designed to add main features in C language. it works on classes and objects. It has major four pillars: Inheritance Polymorphism Data Abstraction Data Encapsulation We will talk about the...00