If you are a beginner then do checkout this repository for 'Object Oriented Programming' in JAVA language.
What is Class and its objectsClass constructor -- to initialize instance variables
This keyword -- a 'pointer' to point current object
Super keyword -- used to call/use parent class methods or variables
Method overriding and overloading
Famous 4 pillars of OOP etc
Python
JAVA
C++