Create a Motorway class that can be used as extra documentation with directions. Include data members such
Question:
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.
Step by Step Answer:
C# Programming From Problem Analysis To Program Design
ISBN: 9781285856872
5th Edition
Authors: Barbara Doyle