Computer Science, asked by TjCR91401, 8 months ago

What is object programming language?

Answers

Answered by yaga39
0

Answer:

An object stores its state in fields (variables in some programming languages) and exposes its behavior through methods (functions in some programming languages). Methods operate on an object's internal state and serve as the primary mechanism for object-to-object communication.

Similar questions