Category: Information Technology
Inheritance – Video
Creating Scripts
SSH Client
File Systems Worksheet
CarDemo Console App
Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Car Demo # /// # # # # # # # # # # # # # # # # # […]
Car Demo
Create an application named CarDemo that declares at least two Car objects and demonstrates how they can be incremented using an overloaded ++ operator. Create a Car class that contains a model and a value for miles per gallon. Include two overloaded constructors. One accepts parameters for the model and miles per gallon; the other […]
ShirtDemo Console App
Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Shirts Demo # /// # # # # # # # # # # # # # # # # […]
BaseballPlayer Console App
Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Baseball Player # /// # # # # # # # # # # # # # # […]