Articles in this series
- in JAVA ☕ · 📗Introduction 🤔 Imagine you have a box 📦 that contains information about any living being, such as their gender, number of eyes, nose,...
- in JAVA ☕ · 📗Attributes in Java 🆗! 🤗 Have you ever wondered what an attribute is? 🤔 Well, let me tell you, class attributes are simply variables...
-in Java ☕ · 📗Inheritance in Java Did you know that in Java, you can Inherit attributes and methods from one class to another? 🤓 Inheritance in Java is...
-in Java ☕ · 📗Encapsulation in Java 👋 First of all, let's start with a quick definition. In Java, encapsulation is the practice of hiding the internal...
-in Java ☕ · 📗Abstraction 😶🌫️In Java, abstraction is the process of hiding the implementation details of a class from the outside world and providing...