Object Oriented Design (series) - Polymorphism
Enter the Multi-Verse! 🕷
Intro
Polymorphism describe the ability for an object to have multiple implementations for the same behaviour.
🤝 This
Object Oriented Design (series) - Inheritance
This concept is all about having a base component and adding features over it.
Intro
🧩 It best describes the idea
Object Oriented Design (series) - Encapsulation
You can look but you can't touch! 🥵
Intro
This one is about exposing to the client only the
Object Oriented Design (series) - Abstraction
Hide and seek!
Intro
🤷♂️ When you make your favourite espresso, you don't really care about the sounds that
Java Interview Questions (series) - Streams
Still using for loops? Maybe it's time for something new!
Brief
Having spoken about Functional Interfaces and Lambda
Java Interview Questions (series) - Common Functional Interfaces
80% of the time you use 20% of the @FunctionalInterfaces 👋
Brief
🤔 In a previous post, we spoke about the @FunctionalInterface
Java Interview Questions (series) - Lambda expressions
Less is more when it comes to Java! 💯
Brief
Following up on the previous post, today we'll cover:
Java Interview Questions (Series) - Functional Interface
The devil is always in the details! 😈
Brief
If you are to join a new project that's using
Java Interview Questions (Series) - StringBuffer vs StringBuilder
Change is inevitable except from a vending machine. - Robert C. Gallagher
Brief
If you are a Java developer you
Java Interview Questions (Series) - Immutable Class
Don't change her, she don't wanna be changed! 🧩
Brief
At a certain point in most Java