TechEazy Consultingblog.techeazyconsulting.com·Nov 15, 2024🚀 Launch Your IT Career with Core Tech Skills🖋 Introduction For many recent graduates, launching an IT career seems synonymous with diving into AI and Machine Learning 🤖. AI/ML may be a buzzword today, but the reality is that companies are still looking for well-rounded, foundational skills i...It career
Kishore Rameshkishoreramesh.hashnode.dev·Jan 17, 2023Java OOP conceptsOops concept in programming Object-Oriented Programming is a methodology to design a program using classes and objects. It simplifies software development and maintenance by incorporating certain principles. Abstraction Data Abstraction is the pro...41 readsJava
Lakindu Bannehekalakindu-banneheka.hashnode.dev·Jan 15, 2023Object-Oriented Programming ( OOP )What is OOP (Object Oriented Programming) OOP (object-oriented programming ) is a programming language module for software design that mainly relies on classes and objects. In this module, the program is built around the data. In other words, A progr...59 readsJavaoop
Love Otudorloveotudorcodes.hashnode.dev·Jul 21, 2020Object-Oriented Programming Principles in Java: Part 2In our previous article, we talked about classes and objects. We created a class called "Book" and instantiated a Book object-"myBook" in our main method. Our code was not quite perfect. Let us see why -shall we? Encapsulation Assuming our librarian...OOP Design Principles
Love Otudorloveotudorcodes.hashnode.dev·Jun 10, 2020Object-Oriented Programming Principles in Java: Part 1 ObjectsObject-Oriented Programming was this Programming paradigm that I found difficult—coming from a QBASIC foundation. I had to do a lot of studying, googling, and reading tons of articles—which vaguely made sense to me then, until I finally got my eureka...10 likesOOP Design Principles