Respuesta :

A class contains students. So Class has a relationship with Students.

Eg. If there is a class called “Shapes”, there will be so many shapes like “Rectangle”, “Triangle”, “Oval”, etc. So Shapes contains / has shapes like rectangle, triangle, oval, etc.

The class will have properties and methods where the object will assign values and operate on functions and procedures. This concept will be very much used in Object Oriented Programming language.

This serves has the base for all the other higher-end programming languages like Dot net, Java, etc.