CS-16 Object Oriented System June -2003
Qus 5(a) Write code, including class declarations and methods to implement the following using pointers in C++: One-to-Many association which is traversed in direction from one to many. The association is considered ordered.
Qus5(b)Implement the following class using C++ and any other non-object oriented languages: Polygon

