Lecture slides
- Examples of things you learned in CSC 121
- Classes, objects, methods, constructors, creating objects (i.e. object instantiation), message passing
- Code Snippets
- Unit testing
- Documenting your code
- Object-Oriented Design
- Graphical User Interfaces
- Inheritance - Animals class hierarchy
- File input/output
- Text output and input
example. Here is the
file created by the code.
- Binary output and input
example. Here is
the file created by
the code.
- Object output and input
example. Here is the
file
created by the code.
- Sorting and Searching
- Writing generic, reusable code
- Java Applets