[OOP 2] Constructors, Packages, Static, Final, Modifiers, In-built Methods
📗Attributes in Java
🆗! 🤗 Have you ever wondered what an attribute is? 🤔 Well, let me tell you, class attributes are simply variables within a class that holds data. You can also call them fields! 💻
public class LivingBeing {
int eyes;
int no...
mithin.hashnode.dev13 min read