+1 vote
in Class 12 by kratos

Briefly discuss the classes in OOP.

1 Answer

+4 votes
by kratos
 
Best answer

The Class allows to group functions and data variables. The class is a way to grouping objects having similar characteristics. The objects can be made user-defined data type with the help of a class.

...