- Added abstract class _Shape. - Inherit _Rectangle from _Shape. - Parse width/height and use setters in constructors.
- Project files - _Rectangle class