Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 310 Bytes

File metadata and controls

3 lines (2 loc) · 310 Bytes

Classes and OOP

This unit teaches students the basics of Object-Oriented Programming in Java, which is a powerful programming paradigm. Students will learn how objects store data and interact with each other in Java programs. Students will design and implement classes and extend classes using inheritance.