Computer Science, asked by gssidhu9328, 8 months ago

State the difference between class and object.

Answers

Answered by sejalshree2412
0

Answer: Classes and objects from the essential part of Object-oriented programming, where a class can be considered as a construct that encapsulates a group of variables and methods; whereas, an object acts as member or instance of that class. A class is a blueprint from which you can create the instance, i.e., objects.

Answered by korvaharish545
0

Answer:

class is where we study

object is what we study

Similar questions