C++ OOP Mastery: Part 1 Overview
OOPS
OOPS, which stands for "Object Oriented Programming System," is a programming technique centered around objects. An object is an entity that encompasses both state/properties and behavior. This approach operates on the principles of classes and ...
kalibaranwal.hashnode.dev6 min read