Skip to content

Object Oriented Programming Notes

BillyCherres edited this page Mar 9, 2022 · 20 revisions

How to create a simple Java Class

The basics of OOP (object-oriented programming)

Java vs. Python: The main differences

in Python content in Java
Screen Shot 2022-03-08 at 8 27 27 PM printing in terminal Screen Shot 2022-03-08 at 8 29 04 PM
classes
Screen Shot 2022-03-08 at 8 35 56 PM for loops: Screen Shot 2022-03-08 at 8 38 03 PM
Screen Shot 2022-03-08 at 8 55 45 PM arrays: In Java, You have to specify if teh array containers integers or letters Screen Shot 2022-03-08 at 8 44 47 PM
variables

Data types

Java Class Structure

Calling a java Class

Clone this wiki locally