Basics of OOP
Object Oriented Programming (usually abbreviated as OOP) is a coding strategy that sets apart Java from lots of other popular languages like Python.
OOP is used to separate your code into many smaller sections, letting you easily control the flow of data. They're VERY confusing to explain, especially if you've never touched programming
Classes
blueprint
ryan— living room
woojin— what you use to manipulate
Objects
woojin— what you're manipulating
Instance Methods
woojin— how you manipulate them
Last updated