This section / Repo consists of OOPs concepts and and there basics in the form of code , and the concepts are explained in the form of comments too..
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.