Class notes
Class notes Problem Solving and Programming 2 (CSC275)
- Institution
- University Of Michigan - Flint
Make sub classes that depend on the main class. Instead of having multiple classes that each have nearly identical functions and attributes, make a base class that holds the main stuff and have the other classes use them. Great for handling avoidable bugs.
[Show more]