Object Oriented Programming (OOP), one of the most interesting topics in programming has many advantages over procedural programming. We’ll be also discussing about some important methods in OOPs, which are Encapsulation, Inheritance, Polymorphism, Abstraction. In this series of learning, we’ll be mostly using C++ for better understanding. …