What is a class?
It’s the blueprint for defining methods and attributes that can be used to create objects
What is an object?
An instance of a class
What is a method?
What actions an object can do
What is an attribute?
What an object is or has
What is inheritance?
It’s the concept of sub-classes inheriting methods and attributes from its parent class (super class)
What is encapsulation?
It the process of bundling methods and attributes into a class
What is polymorphism?
A concept that allows objects to take on different forms