Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 369 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 369 Bytes

C# Classes

Some basic classes building from the Java Complete Reference

Shapes

A Box and a Ball class. Also a Figures class to demonstrate method overloading.

Stacks

A "Last In First Out" stack class that implements a stack for any number of integers.

Education Website

Demonstarting inheritance with a User to Student and Teacher relationship.