generic objects are defined by their fundamental parameters and then those objects are called upon in the program to engage their designed behavior.
i.e. a mouse cursor might be given the parameters for a black, outlined arrow (width=x, height=y, color=black, etc.) in the definition stage and then that object is called upon in the programming stage to visually track the *xy* position of the user’s interface (the physical mouse.)
Latest Answers