Introduction to OOP in Java
Object-oriented programming (OOP)
The main reason OOP was invented was that programmers were looking for a way to model real-life objects in the software they were building.
Real-life objects have characteristics and behaviors. In Java, we use classe...
richard.hashnode.dev5 min read