====== Assignment 2 ====== * **Due:** July 4, 2016 * **Weight:** 10% * **Where:** online * **Type:** Individual ===== Learning objectives ===== To learn and explore: * The implementation and documentation of abstract data types as classes * Eiffel programming * Inheritance and Polymorphism ===== Short description ===== You are to complete the missing parts in the files that your received. The given partial implementation is an inheritance structure containing various connectors. Your main task is to implement missing adaptation clauses (redefine, undefined, rename, select) where needed. ===== Specification ===== [[http://www.eecs.yorku.ca/~pawluk/3311/EECS3311%20Assignment%202.pdf|The full project spec and instructions are posted here.]] [[http://www.eecs.yorku.ca/~pawluk/3311/a2.zip|Starter code.]] ===== June 30, 2016 ===== There are already 2 statements provided in internet-db2-connector, in inherit part for db2-connector. It is my mistake and you do not have to come up with additional statements there.