Pason Systems interview question

Design a car simulator program that could have changes during runtime such as changing wheel types.

Interview Answer

Anonymous

7 Feb 2021

Drew UML class diagrams and implemented the Strategy Pattern which allows different strategies to be mounted at runtime.