College aantekeningen
Class notes Problem Solving and Programming 2 (CSC275)
- Vak
- Instelling
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.
[Meer zien]