What is class and example class?

A class is a group of objects that share common properties and behavior . For example, we can consider a car as a class that has characteristics like steering wheels, seats, brakes, etc. And its behavior is mobility. But we can say Honda City having a reg. number 4654 is an ‘object’ that belongs to the class ‘car’.

Read more