Create a Motorway class that can be used as extra documentation with directions. Include data members such as name of the highway, type of street (i.e., Road, Street, Avenue, Blvd., Lane, etc.),...


Create a Motorway class that can be used as extra documentation with directions. Include data members such as name of the highway, type of street (i.e., Road, Street, Avenue, Blvd., Lane, etc.), direction (i.e., E, W, N, or S), surface (i.e., blacktop, gravel, sand, and concrete), number of lanes, toll or no toll, and the party that maintains it. Write instance methods that return the full name of the motorway, full name of the motorway and whether it is toll or not, and full name of the motorway and the number of lanes. Also include a ToString( ) method that returns all data members with appropriate labels. Include enough constructors to make the class flexible, and experiment with using the class diagram to create the property members. In a second class tests the constructors, instance methods, and properties defined in the Motorway class.

Nov 20, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here