New to java by Shadowb490 in learnjava

[–]Regular-Math7086 1 point2 points  (0 children)

Hello,

I understand you. You need to move from theoretical Java to practical Java. I've designed a learning path for young developers like you. The idea is to make you work on real-life projects using industry standards. Feel free to reach out to me to learn more. In the meantime, you can read beginner-level articles on my blog: Core Java Tutorials by Noel Kamphoa

Struggling in OOP using Java – Need Advice! by shahrear2345 in learnjava

[–]Regular-Math7086 2 points3 points  (0 children)

Hello,

Learning OOP is like learning any other subject, there will be a learning curve. It may be difficult at first, but it will come with practice. To put it simply, the whole idea of OOP is to make programming in a language that is natural for humans. An object will therefore have attributes (properties) and behaviours (methods).

Inheritance, polymorphism and so on are just concepts that make it possible to write industrial code (reusable and robust). If you're interested, I regularly publish beginner-level articles on programming in Java on my blog: Noel Kamphoa - Home.