1.

What Do You Mean By Object?

Answer»

Object is a RUNTIME entity and it’s STATE is STORED in fields and behavior is shown via methods. Methods OPERATE on an object's internal state and SERVE as the primary mechanism for object-to-object communication.

Object is a runtime entity and it’s state is stored in fields and behavior is shown via methods. Methods operate on an object's internal state and serve as the primary mechanism for object-to-object communication.



Discussion

No Comment Found