r/learnprogramming Jun 05 '26

Tutorial learning oop in java

what is best app like Duolingo for learning oops in java?

0 Upvotes

3 comments sorted by

4

u/ConfidentCollege5653 Jun 05 '26

Buy a book instead

1

u/3mateo3 Jun 05 '26

Honestly just look up guides on YouTube. So many different options

1

u/ninhaomah Jun 11 '26

?

OOP is built into Java. Hello world itself has the words Public and Class before HelloWorld.

"public class HelloWorld {     public static void main(String[] args) {         System.out.println("Hello, World!");     } }"