Computer Science, asked by pandeytushar2010, 9 months ago

taking the example of student in a particular grade in a school so how object and classes are different​

Answers

Answered by Anonymous
3

class is a blueprint from which you can create the instance, i.e., objects. An object is the instance of the class, which helps programmers to use variables and methods from inside the class. A class is used to bind data as well as methods together as a single unit.

Similar questions