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.
Criando Exceptions para impressionar no Teste TĂ©cnico

Criando Exceptions para impressionar no Teste TĂ©cnico

379
Comments 25
7 min read
S.O.L.I.D: The 5 Golden Rules to Level Up Your Coding Skills

S.O.L.I.D: The 5 Golden Rules to Level Up Your Coding Skills

133
Comments 12
9 min read
I think I finally “get” JS objects

I think I finally “get” JS objects

117
Comments 17
6 min read
Design Patterns in PHP 8: Flyweight

Design Patterns in PHP 8: Flyweight

73
Comments 2
4 min read
Design Patterns in PHP 8: Simple factory

Design Patterns in PHP 8: Simple factory

62
Comments 3
3 min read
Design Patterns in PHP 8: Proxy

Design Patterns in PHP 8: Proxy

57
Comments
3 min read
Design Patterns in PHP 8: Abstract factory

Design Patterns in PHP 8: Abstract factory

55
Comments 1
3 min read
Design Patterns in PHP 8: Builder

Design Patterns in PHP 8: Builder

53
Comments 7
4 min read
Design Patterns in PHP 8: Interpreter

Design Patterns in PHP 8: Interpreter

47
Comments 1
4 min read
OOP Clone Objects

OOP Clone Objects

42
Comments
2 min read
Object Oriented Express API

Object Oriented Express API

40
Comments 10
3 min read
SOLID Principles with Examples in Python

SOLID Principles with Examples in Python

25
Comments 2
11 min read
Mastering Metaclasses in Python using real-life scenarios

Mastering Metaclasses in Python using real-life scenarios

21
Comments 16
4 min read
Embrace Functional Programming with /Dart 3.1/

Embrace Functional Programming with /Dart 3.1/

20
Comments 2
6 min read
Object Oriented Programming (OOP)

Object Oriented Programming (OOP)

19
Comments 2
9 min read
Object Oriented Programming With JavaScript - Part 1 🚀

Object Oriented Programming With JavaScript - Part 1 🚀

18
Comments 5
3 min read
Magical C# Constructors

Magical C# Constructors

18
Comments 5
9 min read
Object-Oriented Design: Why don't you explain this to me like I'm five

Object-Oriented Design: Why don't you explain this to me like I'm five

17
Comments 2
8 min read
__init__ Vs __new__ - When to Use and How

__init__ Vs __new__ - When to Use and How

16
Comments
7 min read
Magical C# Classes

Magical C# Classes

13
Comments 8
6 min read
Structuring Modular Monoliths

Structuring Modular Monoliths

11
Comments
10 min read
Dynamic API Versioning in Laravel

Dynamic API Versioning in Laravel

11
Comments 4
3 min read
SOLID! Um post aprofundado

SOLID! Um post aprofundado

11
Comments
15 min read
cloneElement in React? important for interview

cloneElement in React? important for interview

10
Comments
3 min read
SOLID Principles with Python | A story

SOLID Principles with Python | A story

10
Comments 1
15 min read
Enhancing C#: Introducing cs-tools, a Project for Beginner and Intermediate Developers

Enhancing C#: Introducing cs-tools, a Project for Beginner and Intermediate Developers

9
Comments
2 min read
What is Prototype? Prototype in JavaScript

What is Prototype? Prototype in JavaScript

9
Comments
2 min read
Ruby's main object

Ruby's main object

9
Comments
1 min read
Introduction to Object-Oriented Programming (OOP) for Newbies

Introduction to Object-Oriented Programming (OOP) for Newbies

9
Comments 2
3 min read
A Beginners Guide: Polymorphism, Virtual Functions, and Abstract Classes With C++

A Beginners Guide: Polymorphism, Virtual Functions, and Abstract Classes With C++

8
Comments 2
7 min read
Open/Closed Principle In Typescript

Open/Closed Principle In Typescript

8
Comments
4 min read
Delegation vs Inheritance in Kotlin

Delegation vs Inheritance in Kotlin

8
Comments
3 min read
Making a Simple Python Text Based Game

Making a Simple Python Text Based Game

8
Comments 2
5 min read
"The Evolution of Programming Paradigms: From Procedural to Functional"

"The Evolution of Programming Paradigms: From Procedural to Functional"

8
Comments
3 min read
self & class diagram !

self & class diagram !

7
Comments
4 min read
What exactly is Object-oriented Programming?

What exactly is Object-oriented Programming?

7
Comments
2 min read
Liskov Substitution Principle

Liskov Substitution Principle

7
Comments
2 min read
Object-Oriented JavaScript: More Than Just Classes

Object-Oriented JavaScript: More Than Just Classes

7
Comments 1
14 min read
Laravel’s ForwardsCalls trait

Laravel’s ForwardsCalls trait

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

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

7
Comments 1
6 min read
Object-oriented event sourcing

Object-oriented event sourcing

7
Comments
7 min read
What are Prototypes in JavaScript

What are Prototypes in JavaScript

6
Comments
3 min read
Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization

Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization

6
Comments
6 min read
The Four Pillars of Object-Oriented Programming

The Four Pillars of Object-Oriented Programming

6
Comments 1
4 min read
Design Patterns: A Brief Primer

Design Patterns: A Brief Primer

6
Comments
2 min read
Understanding Object-Oriented Programming: Unveiling the Power of Classes

Understanding Object-Oriented Programming: Unveiling the Power of Classes

6
Comments
2 min read
Practical Intro to Operator Overloading in Dart

Practical Intro to Operator Overloading in Dart

6
Comments 1
3 min read
Unlocking the Power of Objects in Object-Oriented Programming (OOP)

Unlocking the Power of Objects in Object-Oriented Programming (OOP)

6
Comments 6
2 min read
The Builder Design Pattern in Ruby 🔨

The Builder Design Pattern in Ruby 🔨

6
Comments
3 min read
Programação Orientada à Objetos com Java - POO

Programação Orientada à Objetos com Java - POO

6
Comments
10 min read
⚖️ 9 Best Resources to Learn the Secrets of Scala

⚖️ 9 Best Resources to Learn the Secrets of Scala

6
Comments 4
8 min read
Object-Oriented Programming (OOP) with Ruby on Rails

Object-Oriented Programming (OOP) with Ruby on Rails

5
Comments
3 min read
A Deep Dive into Parking Spot LLD Design

A Deep Dive into Parking Spot LLD Design

5
Comments 4
3 min read
Efficient Data Validation and S3 Upload with Python: A Deep Dive into S3Loader Utility

Efficient Data Validation and S3 Upload with Python: A Deep Dive into S3Loader Utility

5
Comments
2 min read
class, constructor and magic methods !

class, constructor and magic methods !

5
Comments
3 min read
Inheritance with access-specifier in cpp

Inheritance with access-specifier in cpp

5
Comments 2
2 min read
The power of magic methods and late static binding

The power of magic methods and late static binding

5
Comments 2
6 min read
Venus Object-Orientation

Venus Object-Orientation

5
Comments
9 min read
The Definitive Programming Roadmap: From Novice to Expert

The Definitive Programming Roadmap: From Novice to Expert

5
Comments
10 min read
Most intuitive blog on OOP

Most intuitive blog on OOP

5
Comments 2
2 min read
loading...