Computer Science, asked by jaykavaofficial, 1 year ago

what is passive object in object oriented programming language ?​

Answers

Answered by apoorva200
0

Answer:

A passive object is usually an object that won't be interacting with other objects by itself.

Answered by UTKARSHTERROR
0

Answer:

A passive object is usually an object that won't be interacting with other objects by itself. An example of this would be the mathematical representation for a point: struct Point { float x, float y; } A point won't technically interact with other objects, it is passive.

Similar questions