Practice free →
Home › Per Nystrom (Command pattern), a 'Command' objec…

Per Nystrom (Command pattern), a 'Command' object typically does which?

AEncapsulates an action as a first-class object
BRuns only once on engine startup time
CReturns the current frame number always
DCalls the operating system shell directly
Answer & Solution
Correct answer: A. Encapsulates an action as a first-class object
Nystrom Ch. Command: input/AI/network turn an action into a Command object so it can be queued, undone, replayed, or redirected.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions