This is the starter code for students in the worldwide content version of CSE 210.
This repository contains the starter code for many different projects. They are arranged folders by week. There is also an an empty sandbox project that can be used to play around with any concept you would like.
This course will introduce the notion of classes and objects. It will present encapsulation at a conceptual level. It will also work with inheritance and polymorphism.
You will accomplish the following:
- Articulate the principles of programming with classes.
- Design software using the principles of programming with classes.
- Develop working software using the techniques of programming with classes.