Tag: oop

Inheritance in Java

Inheritance in Java

In this article, we'll go through Java Inheritance, one of the four Object Oriented Programming concepts, through detailed examples. 1. ...

Encapsulation in Java

Encapsulation in Java

In this article, we'll talk about one of the most important Object Oriented Programming concepts, Encapsulation in Java. 1. What ...

Java Abstract Class

Java Abstract Class

In this article, we'll talk about what is an abstract class in java, why and how you should use it. ...

Polymorphism in Java

Polymorphism in Java

In this article, we'll talk about what polymorphism is in Java and how you can apply it in your own ...