Index

Problem Description



The college report should look something like the the sample below. Note that we show only four list items, but in reality we would expect thousands of items of many different class types.

**College Information Report**
College: Mountain Tech College
I have a list of of size: 4
Listing:
	Professor: Kofi Kingston
	Classroom: 101
	Computer: Intel i5 2.9 GHz in classroom #508
	Parking Lot: Capacity for 100 cars, west side of college


Examples


Let's start coding.


Conclusions


Without interfaces, we got stuck quickly on this problem. But once we added a very simple interface into our code, we nailed the problem with ease.