GofPatterns
SiteMap
Design Patterns Course
Behavioral Patterns
Creational Patterns
Structural Patterns
Behavioral Patterns
«Prev
Next»
Design Patterns
Defining Patterns
Three Types Design Patterns
Behavioral Creational Structural
Design Pattern Components
Design Pattern Benefits
Design Pattern Scope
Three Categories Patterns
Singleton Patterns
Singleton Pattern-Quiz
Real World Examples
Design Pattern Elements
Creational Patterns
Factory Method Consequences
Factory Method-Exercise
Common Creational Patterns
Structural Patterns
Structural Pattern Example
Patterns Help Programmers
Common Structural Patterns
Flyweight Pattern
Flyweight Consequences
GOF Structural Patterns
Adapter Bridge Composite
Flyweight Suitability
Behavioral Patterns
Define Behavioral Patterns
Mediator Pattern Applicability
Observer Pattern Tradeoffs
Designing Software
How to Choose Pattern
Combine Design Patterns
Design Pattern Limitations
How To Apply Pattern
Testing Interface - Exercise
Objective:
Run a test on your Vehicle classes.
We are close to finishing the course project. Only two major classes remain. The
Timer
class will serve as a central clock for the rest of the system. The
SignalMediator
class will manage the state of the different traffic lights. These will be developed later in the module, using two behavioral patterns.
For this exercise, you will run a test on the
Vehicle
classes you have already created. To do so, you will write a program that:
Creates a
VehicleQueue
Inserts 100 vehicles in the queue
Prints out the total length of the queue, the number of vehicles in the queue, and a list of vehicles in the queue.
In the text area below, type your answer and click the
Submit
button.
Submit