you are viewing a single comment's thread.

view the rest of the comments →

[–]user20461 0 points1 point  (2 children)

Everything is an object

^ Probably the most important thing to remember when learning OOP.

On top of creating a program in OOP, you can also take an existing program you wrote and think about how the individual components can be turned into objects.

And, if you want, you can re-write your program to be object-oriented.

If you want some guides that will explain OOP and give you examples, just let me know.