Tag: oop
All the articles with the tag "oop".
TIL Discovering Java's OOP Magic: Abstract and Interface Made Simple
Published: at 10:00 PMAbstract and interface concepts in Java provide blueprints for diverse character behaviours and establish harmonious code contracts, offering structure and flexibility in programming.
TIL Encapsulation: Your Code's Protective Capsule
Published: at 10:00 PMEncapsulation in Java is a protective concept, resembling a secure capsule, and involves using getters and setters to control data access and modification.