Question: in C or C++ Q2. Given that each City has a name and consists of a constant number of Districts with default value 5. Each

in C or C++ Q2. Given that each City has a namein C or C++

Q2. Given that each City has a name and consists of a constant number of Districts with default value 5. Each District has a name, area and total population. a) Define appropriate class(es) to model the above information. b) Provide two constructors in City: 1. A default constructor (zero parameters); read the city name inside the function. 2. A constructor with one parameter to set the value of the number of Districts and read the city name c) Overload the following operators: 1. > for any two districts, cl>c2 if and only if the total area of cl > total area of c2. 2. to print the "name" of a city followed by a list of its districts as "name", "area" and "population", each on a separate line. 3. +: such that cl+c2 means the two cities cl and c2 are unified to form a new city which contains all the districts in cl and c2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!