DEV Community

Object Oriented Programming

"...because thinking inside the box is okay, as long as it's a black box."

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Exploring Inheritance & Polymorphism in OOP

Exploring Inheritance & Polymorphism in OOP

3
Comments
2 min read
Introduction to OOP and Understanding Abstraction & Encapsulation

Introduction to OOP and Understanding Abstraction & Encapsulation

2
Comments
3 min read
TypeScript Interfaces: Crafting Code with Creative Precision

TypeScript Interfaces: Crafting Code with Creative Precision

2
Comments
4 min read
Tech notes 01 - Two Constructors in Java

Tech notes 01 - Two Constructors in Java

Comments
1 min read
How JavaScript Tries to Imitate Classes and Is There a Better Way?

How JavaScript Tries to Imitate Classes and Is There a Better Way?

Comments
3 min read
Testando das trincheiras: Usando um "clock" fixo

Testando das trincheiras: Usando um "clock" fixo

9
Comments
3 min read
Intro to TypeScript

Intro to TypeScript

10
Comments 2
3 min read
OOP poetry part III - behavioural patterns

OOP poetry part III - behavioural patterns

2
Comments
18 min read
Diving Deeper into Polymorphism

Diving Deeper into Polymorphism

4
Comments
2 min read
Combining Inheritance and Polymorphism in Real-World Applications

Combining Inheritance and Polymorphism in Real-World Applications

5
Comments
2 min read
Introduction to Inheritance in Object-Oriented Programming

Introduction to Inheritance in Object-Oriented Programming

4
Comments
2 min read
Demystifying Object-Oriented Programming (OOP) Concepts

Demystifying Object-Oriented Programming (OOP) Concepts

2
Comments
2 min read
Let's Start Exploring OOP without saying OOPS. #Day1

Let's Start Exploring OOP without saying OOPS. #Day1

Comments
5 min read
How to use Traits, Interface, and Abstract classes In PHP

How to use Traits, Interface, and Abstract classes In PHP

11
Comments
2 min read
Building a legacy-proof app

Building a legacy-proof app

Comments
7 min read
SOLID principles in OOP for beginners

SOLID principles in OOP for beginners

Comments
2 min read
Guia de S.O.L.I.D. com Java

Guia de S.O.L.I.D. com Java

Comments
8 min read
Entendendo a Lei de Demeter em Design de Software

Entendendo a Lei de Demeter em Design de Software

5
Comments
3 min read
Understanding JS getters and setters

Understanding JS getters and setters

4
Comments
3 min read
Series Belajar Solid Principle - Liskov Substitution Principle (LSP)

Series Belajar Solid Principle - Liskov Substitution Principle (LSP)

Comments
2 min read
Dunder Methods in Python

Dunder Methods in Python

5
Comments 1
2 min read
When traits conflict

When traits conflict

Comments
1 min read
Factory Design Pattern

Factory Design Pattern

5
Comments
3 min read
Python Quiz Program: Building Blocks of My Portfolio

Python Quiz Program: Building Blocks of My Portfolio

Comments
2 min read
Ruby class pattern to work with API requests with built-in async approach

Ruby class pattern to work with API requests with built-in async approach

13
Comments 3
8 min read
Low Level Design - Logging Framework

Low Level Design - Logging Framework

41
Comments
11 min read
Property vs field farqi nimada?

Property vs field farqi nimada?

Comments
1 min read
Understanding Object-Oriented Analysis and Design (OOAD)

Understanding Object-Oriented Analysis and Design (OOAD)

4
Comments
3 min read
Entendendo os pilares da Programação Orientada a Objetos

Entendendo os pilares da Programação Orientada a Objetos

6
Comments
2 min read
Digging into Laravel's Conditionable trait

Digging into Laravel's Conditionable trait

7
Comments
6 min read
Dominando a Orientação a Objetos em C#: Conceitos Fundamentais e Prática

Dominando a Orientação a Objetos em C#: Conceitos Fundamentais e Prática

9
Comments
6 min read
OOP poetry Part I: Creational patterns

OOP poetry Part I: Creational patterns

5
Comments 2
7 min read
SOLID Principles with Swift by building Library Management System

SOLID Principles with Swift by building Library Management System

Comments
5 min read
Traditional IT theory (OOP, FP and hardware architecture, etc.) are pseudoscience (by Math-based Warehouse/Workshop Model)

Traditional IT theory (OOP, FP and hardware architecture, etc.) are pseudoscience (by Math-based Warehouse/Workshop Model)

1
Comments
5 min read
OOP poetry Part II: structural patterns

OOP poetry Part II: structural patterns

2
Comments 2
11 min read
Series Belajar Solid Principle - Open Close Principle (OCP)

Series Belajar Solid Principle - Open Close Principle (OCP)

Comments
3 min read
Revisiting the "Revealing Module pattern"

Revisiting the "Revealing Module pattern"

4
Comments 5
5 min read
GoF Functionalized

GoF Functionalized

Comments
9 min read
Object-Oriented Go: Unraveling the Power of OOP in Golang

Object-Oriented Go: Unraveling the Power of OOP in Golang

25
Comments 2
6 min read
And I OOP (Object-oriented Programming)

And I OOP (Object-oriented Programming)

Comments 2
5 min read
Mengenal SOLID: Memahami Setiap Prinsip dan Menerapkannya Secara Efektif

Mengenal SOLID: Memahami Setiap Prinsip dan Menerapkannya Secara Efektif

5
Comments
6 min read
Object-Oriented Programming in Java: A Practical Guide 🚀☕

Object-Oriented Programming in Java: A Practical Guide 🚀☕

Comments
2 min read
Python Property() and Descriptors

Python Property() and Descriptors

Comments
5 min read
OOP Simplified!

OOP Simplified!

2
Comments
8 min read
Ruby Attributes VS Instance variables

Ruby Attributes VS Instance variables

Comments
2 min read
OOP (Object-Oriented Programming) in JavaScript

OOP (Object-Oriented Programming) in JavaScript

Comments
3 min read
Polymorphism and abstract class easily explained in Java

Polymorphism and abstract class easily explained in Java

1
Comments
2 min read
How to Build an Online Banking System – Python Object-Oriented Programming Tutorial

How to Build an Online Banking System – Python Object-Oriented Programming Tutorial

1
Comments
1 min read
Do you really need Dependency Injection? OOP roundtrip journey.

Do you really need Dependency Injection? OOP roundtrip journey.

Comments
6 min read
Basic SOLID: must to do

Basic SOLID: must to do

1
Comments
2 min read
From Novice to Ninja: Mastering SOLID Principles in Object-Oriented Programming

From Novice to Ninja: Mastering SOLID Principles in Object-Oriented Programming

Comments
4 min read
What is Encapsulation

What is Encapsulation

7
Comments 2
5 min read
Open/Closed Principle (OCP) By Using PHP : SOLID Principle

Open/Closed Principle (OCP) By Using PHP : SOLID Principle

Comments
5 min read
Is Dependency Injection the Missing Technique That's Holding Your Career Back?

Is Dependency Injection the Missing Technique That's Holding Your Career Back?

4
Comments
13 min read
Traits In PHP

Traits In PHP

Comments 2
1 min read
The Liskov Substitution Principle Demystified

The Liskov Substitution Principle Demystified

Comments
2 min read
Prototypal inheritance; what really happens under the hood.

Prototypal inheritance; what really happens under the hood.

Comments
6 min read
Introduction to system design patterns

Introduction to system design patterns

2
Comments
4 min read
Introduction To OOP: Objects

Introduction To OOP: Objects

5
Comments
7 min read
In C#, readonly and const are both used to define constants, but they have some key differences

In C#, readonly and const are both used to define constants, but they have some key differences

1
Comments 1
1 min read
loading...