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.
Matrix class implementation

Matrix class implementation

4
Comments
1 min read
Spring - Dependency Injection

Spring - Dependency Injection

5
Comments
2 min read
Object-Oriented Programming in Python : Part 2

Object-Oriented Programming in Python : Part 2

7
Comments
5 min read
Guia fundamental da programação orientada a objetos - Final

Guia fundamental da programação orientada a objetos - Final

14
Comments 2
5 min read
Object-Oriented Programming in Python : Part-1

Object-Oriented Programming in Python : Part-1

7
Comments
5 min read
Polymorphism in C#

Polymorphism in C#

15
Comments 3
4 min read
`final` keyword with PHP 🚀

`final` keyword with PHP 🚀

6
Comments 1
1 min read
Object oriented programming using python

Object oriented programming using python

8
Comments 2
5 min read
Design Pattern: Factory Method

Design Pattern: Factory Method

11
Comments 1
2 min read
SOLID - SRP

SOLID - SRP

5
Comments
1 min read
Stop Using JavaScript Classes!

Stop Using JavaScript Classes!

109
Comments 32
9 min read
SOLID - DIP

SOLID - DIP

4
Comments
2 min read
Use Guard Clauses for Cleaner Code

Use Guard Clauses for Cleaner Code

25
Comments 1
3 min read
Laravel's "rescue" Helper Function is Amazing

Laravel's "rescue" Helper Function is Amazing

8
Comments 1
3 min read
Don't Use Service Classes with Static Methods

Don't Use Service Classes with Static Methods

9
Comments 1
2 min read
oop in javascript! part2:4 pillars of oop

oop in javascript! part2:4 pillars of oop

5
Comments
6 min read
oop in javascript! part1: prototype

oop in javascript! part1: prototype

8
Comments
9 min read
SOLID - OCP

SOLID - OCP

6
Comments
2 min read
Object Oriented JavaScript & More ! [ Part 1 ]

Object Oriented JavaScript & More ! [ Part 1 ]

7
Comments
3 min read
SOLID - LSP

SOLID - LSP

6
Comments
2 min read
Why do we bind event handlers in React???

Why do we bind event handlers in React???

3
Comments
1 min read
SOLID - ISP

SOLID - ISP

5
Comments
1 min read
POO - Encapsulamiento

POO - Encapsulamiento

6
Comments
2 min read
POO - Abstracción

POO - Abstracción

8
Comments
1 min read
Métodos Virtuais

Métodos Virtuais

5
Comments
1 min read
Classe selada

Classe selada

5
Comments
1 min read
Introduction to OOP and array class implementation [part 2]

Introduction to OOP and array class implementation [part 2]

4
Comments
1 min read
Introduction to OOP and array class implementation [part 1]

Introduction to OOP and array class implementation [part 1]

3
Comments
1 min read
How I finally understood what Encapsulation is

How I finally understood what Encapsulation is

47
Comments 6
4 min read
Code Smell 122 - Primitive Obsession

Code Smell 122 - Primitive Obsession

11
Comments
2 min read
Aiming for object-oriented design elegance

Aiming for object-oriented design elegance

4
Comments
4 min read
Constructor Property Promotion in PHP 8

Constructor Property Promotion in PHP 8

6
Comments 1
1 min read
ReadOnly properties with PHP 8.1 🐘

ReadOnly properties with PHP 8.1 🐘

4
Comments
1 min read
Injeção de Dependência em JavaScript

Injeção de Dependência em JavaScript

6
Comments 2
3 min read
Introducing value objects in PHP

Introducing value objects in PHP

10
Comments 1
6 min read
🏋️ The Might of Microtypes

🏋️ The Might of Microtypes

3
Comments
5 min read
Short Note On Object Oriented Programming

Short Note On Object Oriented Programming

19
Comments
9 min read
Code Smell 117 - Unrealistic Data

Code Smell 117 - Unrealistic Data

4
Comments
3 min read
Shallow Copying in JavaScript using Object Spread Operator

Shallow Copying in JavaScript using Object Spread Operator

4
Comments
2 min read
Object Oriented Programming (OOP)

Object Oriented Programming (OOP)

5
Comments
1 min read
PicoLisp Explored: Object-Oriented Programming, Part 2

PicoLisp Explored: Object-Oriented Programming, Part 2

3
Comments
4 min read
Single Responsibility vs Separation of Concerns

Single Responsibility vs Separation of Concerns

26
Comments 1
2 min read
Creating a Vehicle OOPs way

Creating a Vehicle OOPs way

11
Comments 1
3 min read
Rust structs - How well are you using it?

Rust structs - How well are you using it?

26
Comments 2
7 min read
Rosetta Code: Object Oriented Programming Examples

Rosetta Code: Object Oriented Programming Examples

4
Comments
8 min read
SOLID Principles -Object Oriented Programming in PHP ⭐⭐⭐⭐⭐

SOLID Principles -Object Oriented Programming in PHP ⭐⭐⭐⭐⭐

20
Comments
6 min read
Code Smell 114 - Empty Class

Code Smell 114 - Empty Class

6
Comments
2 min read
[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.

[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.

2
Comments
12 min read
[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização

[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização

2
Comments
15 min read
Guia fundamental da programação orientada a objetos - Parte 2 | Os pilares

Guia fundamental da programação orientada a objetos - Parte 2 | Os pilares

9
Comments 1
6 min read
Refactoring 004 - Remove Unhandled Exceptions

Refactoring 004 - Remove Unhandled Exceptions

7
Comments
1 min read
What is Object oriented programming sef?

What is Object oriented programming sef?

5
Comments
1 min read
How to use in Typescript: type or interface?

How to use in Typescript: type or interface?

25
Comments 7
1 min read
Python !!! Mutable and Immutable objects

Python !!! Mutable and Immutable objects

1
Comments
3 min read
The Difference between Static and Class methods in Python.

The Difference between Static and Class methods in Python.

7
Comments
2 min read
Guia fundamental da programação orientada a objetos - Parte 1

Guia fundamental da programação orientada a objetos - Parte 1

19
Comments 1
8 min read
Polymorphism in Java - A Quiz on things you probably didn't know

Polymorphism in Java - A Quiz on things you probably didn't know

8
Comments 1
5 min read
Dependency Injection (DI) - Cleaner Code ?

Dependency Injection (DI) - Cleaner Code ?

2
Comments
2 min read
Dependency Injection in Golang

Dependency Injection in Golang

9
Comments 2
2 min read
Javascript OOP-1 (Classes and Objects) -

Javascript OOP-1 (Classes and Objects) -

25
Comments 9
2 min read
loading...