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.
My first game using Python (OOP)

My first game using Python (OOP)

2
Comments 1
1 min read
Getters And Setters: What Are Getters And Setters In JavaScript ?

Getters And Setters: What Are Getters And Setters In JavaScript ?

13
Comments 2
3 min read
Go: Making state explicit using the type system

Go: Making state explicit using the type system

6
Comments
4 min read
Code Smell 134 - Specialized Business Collections

Code Smell 134 - Specialized Business Collections

9
Comments 12
2 min read
Beginner's Guide to OOP in JavaScript

Beginner's Guide to OOP in JavaScript

28
Comments
4 min read
Diseño y Programación Orientada a Objetos en Python.

Diseño y Programación Orientada a Objetos en Python.

9
Comments
4 min read
Different ways to copy an object in JavaScript

Different ways to copy an object in JavaScript

5
Comments 1
5 min read
Introdução ao SOLID - Princípios S O D

Introdução ao SOLID - Princípios S O D

12
Comments
5 min read
Introdução ao Polimorfismo

Introdução ao Polimorfismo

14
Comments
4 min read
Introdução a Heranças e Interfaces

Introdução a Heranças e Interfaces

12
Comments
4 min read
Introdução a Orientação a Objeto

Introdução a Orientação a Objeto

19
Comments
4 min read
Do you need singletons in Python ?

Do you need singletons in Python ?

7
Comments 7
3 min read
Validation and the Single Responsibility Principle in Object Orientated Programming

Validation and the Single Responsibility Principle in Object Orientated Programming

7
Comments
3 min read
Prototypes in Javascript in 5 minutes

Prototypes in Javascript in 5 minutes

15
Comments
3 min read
Crossing Abstraction Barrier Between Parent & Child Class - [OOP & Java #15]

Crossing Abstraction Barrier Between Parent & Child Class - [OOP & Java #15]

9
Comments
3 min read
Creating a Book Class 📚

Creating a Book Class 📚

6
Comments
4 min read
How to make a word count tool with vanilla JavaScript

How to make a word count tool with vanilla JavaScript

12
Comments
6 min read
Qu’est-ce qu’un ORM ?

Qu’est-ce qu’un ORM ?

4
Comments
1 min read
Binary Search Tree Class Implementation

Binary Search Tree Class Implementation

8
Comments 2
1 min read
It's not about how you inject your services, it's about how you test them

It's not about how you inject your services, it's about how you test them

9
Comments
6 min read
[en-US] Bad design leads to bad architecture

[en-US] Bad design leads to bad architecture

2
Comments
5 min read
String class implementation

String class implementation

10
Comments
1 min read
Python: Introduction to DataClasses

Python: Introduction to DataClasses

7
Comments
2 min read
Creating a bank with python

Creating a bank with python

3
Comments
1 min read
Moo - Orientação de objeto minimalista

Moo - Orientação de objeto minimalista

11
Comments 3
5 min read
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

7
Comments 2
5 min read
SOLID - SRP

SOLID - SRP

6
Comments
1 min read
Design Pattern: Factory Method

Design Pattern: Factory Method

11
Comments 1
2 min read
Stop Using JavaScript Classes!

Stop Using JavaScript Classes!

108
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

24
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

8
Comments
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

7
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

45
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
loading...