0
classes are like a blue print and we can make as many object as we want. example- blue print of a car , you can make as many car as possible with the help of that blue print.
objects are entity of a class. we can make as many objects as much we want.
Function(Method)- it ia complete program in itself within your whole program. It is made to perform a specific task in your program.