Skip to content

Introduction to the basics of object-oriented programming in C# and Windows Forms technology.

Notifications You must be signed in to change notification settings

Yuriy-Solodovnik/Port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Port

"Seaport" + window application.

Data:

👉 name and address of the port;
👉 number of workers;
👉 number of units of equipment;
👉 cost of one unit of equipment;
👉 cost of ship maintenance;
👉 ship maintenance time;
👉 number of berths (for 1 berth - 5 units of equipment and 15 workers).

Methods:

👉 calculation of service time of the specified number of ships (expansion method);
👉 calculation of port profits for a given number of ships;
👉 initializing and copying constructors;
👉 operator ++ (number of berths with equipment, without workers);
👉 operators & gt; = and & lt; = (for the number of operating berths);
👉 implementation of the IEqualityComparer & lt; T & gt; (where T is the port).

About

Introduction to the basics of object-oriented programming in C# and Windows Forms technology.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages