Design a rectangle class that provides getlength and


1.13 Design a class template, Collection, that stores a collection of Objects (in an array), along with the current size of the collection. Provide public functions isEmpty, makeEmpty, insert, remove, and contains. contains(x) returns true if and only if an Object that is equal to x is present in the collection.

1.14 Design a class template, OrderedCollection, that stores a collection of Comparables (in an array), along with the current size of the collection. Provide public functions isEmpty, makeEmpty, insert, remove, findMin, and findMax. findMin and findMax return references to the smallest and largest, respectively, Comparable in the collection. Explain what can be done if these operations are performed on an empty collection.

1.15 Design a Rectangle class that provides getLength and getWidth. Using the findMax routines in Figure 1.25, write a main that creates an array of Rectangle and ?nds the largest Rectangle ?rst on the basis of area and then on the basis of perimeter.

1.16 For the matrix class, add a resize member function and zero-parameter constructor.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Design a rectangle class that provides getlength and
Reference No:- TGS01608004

Expected delivery within 24 Hours