Newbie to Newbie: My Java Experience &The Struggle Was Real
My First Steps Into Object-Oriented Programming (OOP) & What I Learned About OOP - When I first started learning Java, I’m not going to lie… I was nervous. Everything felt unfamiliar, and there were moments when I honestly wanted to give up. I didn’t understand the terminology, and installing the software was more confusing than I expected. But eventually, things started clicking one piece at a time. So this post is for anyone who’s just starting out and needs a beginner-friendly explanation without all the complicated talk. Now let’s get into OOP . Object-Oriented Programming, or OOP, is basically a way of organizing code around objects — things that have data and actions. For example, if you were creating a program about pets, a Dog would be an object with information (name, age, color) and behaviors (bark, eat, run). My Java Experience: The Struggle Was Real -The hardest part for me wasn’t the concepts, it was the setup. I had a difficult time instal...