what is passive object in object oriented programming language ?
Answers
Answered by
0
Answer:
A passive object is usually an object that won't be interacting with other objects by itself.
Answered by
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