Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how to learn java oops from scratch ?

+4 votes
asked Aug 24, 2023 by Anurag Sinha (160 points)

2 Answers

+1 vote
answered Aug 28, 2023 by Peter Minarik (86,580 points)

Look up some online tutorial sites, such as

One of the most important things is that you write the code alongside the tutorial steps and not just watch videos or read page after page. By doing the code, making mistakes, and fixing them you'll learn far more than just copying what the tutor did or reading what they put down on a page.

Good luck!

0 votes
answered Aug 31, 2023 by Gulshan Negi (1,580 points)

Well, learning Java OOP from scratch is a great initiative towards learning Java Development. I am also a software developer, and in my opinion, if you want to learn Jave OOP, then I will recommend you learn from simple basics and then understand the concepts of basics and logic that will help you to build a strong foundation. 

Here is the official website where you can learn java online https://www.learnjavaonline.org/ - here you can learn about basics and many more. 

Secondly, I have seen this article where the author wrote about the concept of OOP, which will help you in learning.

Happy learning.

Thanks

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...