Pason Systems Interview Question

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

Interview Answer

Anonymous

Feb 7, 2021

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