State the difference between class and object.
Answers
Answered by
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
0
Answer:
class is where we study
object is what we study
Similar questions