Question: C# u Create a Motorway class that can be used as extra documentation directions. Include data members such as name of the high of street
u Create a Motorway class that can be used as extra documentation directions. Include data members such as name of the high of street (i.e., Road, Street, Avenue, Blvd., Lane, etc.), direction (ie 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 motor- way and the number of lanes. Also include a ToString() method that returns all data members with appropriate labels. Include enough con- structors 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 t way class. way, type
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
