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

143
Comments 13
9 min read
Sealed and Final in Java (17+)

Sealed and Final in Java (17+)

Comments
2 min read
Dto, Vm, Vo, Entity, Domain, Bean, and Pojo reference Table đŸ’«

Dto, Vm, Vo, Entity, Domain, Bean, and Pojo reference Table đŸ’«

3
Comments
2 min read
SOLID - Software Design Principles

SOLID - Software Design Principles

2
Comments
3 min read
đŸ€ Strategy pattern at the service of SOLID Open-Closed principle

đŸ€ Strategy pattern at the service of SOLID Open-Closed principle

Comments
3 min read
OOP via FP : functional nature of classes and objects

OOP via FP : functional nature of classes and objects

2
Comments 14
4 min read
The "Service hell" and how you can avoid it

The "Service hell" and how you can avoid it

Comments
2 min read
Demystifying GoF Design Patterns: Essential Techniques for Crafting Maintainable and Scalable Software Solutions

Demystifying GoF Design Patterns: Essential Techniques for Crafting Maintainable and Scalable Software Solutions

5
Comments
7 min read
SOLID Principles of Object-Oriented Programming in Laravel

SOLID Principles of Object-Oriented Programming in Laravel

4
Comments 2
6 min read
Introduction to Object-Oriented Programming (OOP) in Python: Simplified

Introduction to Object-Oriented Programming (OOP) in Python: Simplified

1
Comments
2 min read
Python's magic methods

Python's magic methods

3
Comments
3 min read
Dynamic API Versioning in Laravel

Dynamic API Versioning in Laravel

11
Comments 4
3 min read
Decoding the Law of Demeter through Real-World Example

Decoding the Law of Demeter through Real-World Example

Comments 1
1 min read
In Dart: extends vs. with vs. implements

In Dart: extends vs. with vs. implements

2
Comments
1 min read
SOLID Principles: A Must-Know for All Developers

SOLID Principles: A Must-Know for All Developers

1
Comments
4 min read
Understanding Getter, Setter and Private variables in Python

Understanding Getter, Setter and Private variables in Python

10
Comments
2 min read
OOP Fundamentals: Tell 📣, don't ask đŸš«

OOP Fundamentals: Tell 📣, don't ask đŸš«

1
Comments
2 min read
Object Oriented Express API

Object Oriented Express API

40
Comments 10
3 min read
OOP do jeito certo: Passagem de Mensagem e os Quatro Pilares

OOP do jeito certo: Passagem de Mensagem e os Quatro Pilares

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
Dependency Inversion Principle (DIP)

Dependency Inversion Principle (DIP)

2
Comments
1 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
Exploring Polymorphism: Understanding Flexibility in Object-Oriented Programming

Exploring Polymorphism: Understanding Flexibility in Object-Oriented Programming

Comments
2 min read
Inheritance vs Composition vs Aggregation

Inheritance vs Composition vs Aggregation

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

Inheritance with access-specifier in cpp

7
Comments 3
2 min read
Abstraction in Object-Oriented Programming

Abstraction in Object-Oriented Programming

Comments
2 min read
SOLID design principle

SOLID design principle

2
Comments
6 min read
Visitor Pattern in TypeScript

Visitor Pattern in TypeScript

Comments
8 min read
Demystifying OOP in C#: Your Guide to Building Robust and Flexible Applications

Demystifying OOP in C#: Your Guide to Building Robust and Flexible Applications

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

Mastering Metaclasses in Python using real-life scenarios

26
Comments 16
4 min read
OrientaciĂłn a Objetos en Go

OrientaciĂłn a Objetos en Go

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

The Definitive Programming Roadmap: From Novice to Expert

5
Comments
10 min read
Unveiling the power of Inheritance in Object Oriented Programming

Unveiling the power of Inheritance in Object Oriented Programming

2
Comments
3 min read
PHP - What are Interfaces?

PHP - What are Interfaces?

Comments
2 min read
TypeScript: namespace VS class

TypeScript: namespace VS class

4
Comments 1
1 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
Understanding Object-Oriented Programming: Unveiling the Power of Classes

Understanding Object-Oriented Programming: Unveiling the Power of Classes

6
Comments
2 min read
Espresso Yourself: Explain Object-Oriented Programming to Your Barista

Espresso Yourself: Explain Object-Oriented Programming to Your Barista

4
Comments
9 min read
Python classes vs Rust structures

Python classes vs Rust structures

3
Comments 16
2 min read
Structuring Modular Monoliths

Structuring Modular Monoliths

28
Comments
10 min read
"The Evolution of Programming Paradigms: From Procedural to Functional"

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

11
Comments
3 min read
Dominando la ProgramaciĂłn Orientada a Objetos

Dominando la ProgramaciĂłn Orientada a Objetos

Comments
2 min read
Python Classes vs. Rust Traits: A Comparison of Object-Oriented Programming Features

Python Classes vs. Rust Traits: A Comparison of Object-Oriented Programming Features

Comments 2
3 min read
I Wrote a Book on Publishing Python Packages: Here's Why It Matters

I Wrote a Book on Publishing Python Packages: Here's Why It Matters

Comments
3 min read
Exploring stdClass in PHP

Exploring stdClass in PHP

4
Comments 10
2 min read
Unlocking the Secrets of Full-Stack Magic

Unlocking the Secrets of Full-Stack Magic

2
Comments
2 min read
Mastering MVC: Demystifying the Model-View-Controller Paradigm

Mastering MVC: Demystifying the Model-View-Controller Paradigm

Comments
3 min read
OOP - 4 Pillars in Java

OOP - 4 Pillars in Java

3
Comments 2
4 min read
Introduction to Java (Java fundamentals, Data Types, Intro to OOP)

Introduction to Java (Java fundamentals, Data Types, Intro to OOP)

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

6
Comments
2 min read
Object-oriented event sourcing

Object-oriented event sourcing

7
Comments
7 min read
Beyond workarounds: DCI offers a genuine take on traditional OOP design patterns

Beyond workarounds: DCI offers a genuine take on traditional OOP design patterns

Comments
2 min read
SOLID Principles with Examples in Python

SOLID Principles with Examples in Python

23
Comments 2
11 min read
A Deep Dive into Object-Oriented Programming in Python: From Novice to Virtuoso

A Deep Dive into Object-Oriented Programming in Python: From Novice to Virtuoso

8
Comments
20 min read
OOP Clone Objects

OOP Clone Objects

37
Comments
2 min read
How Method Lookup and method_missing Works

How Method Lookup and method_missing Works

1
Comments
5 min read
Understanding Ruby Objects and Instance Variables

Understanding Ruby Objects and Instance Variables

4
Comments
3 min read
Magical C# Constructors

Magical C# Constructors

17
Comments 6
9 min read
Composing '99 Bottles of Beer' with Ruby's OOP Harmony'

Composing '99 Bottles of Beer' with Ruby's OOP Harmony'

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

Introduction to Object-Oriented Programming (OOP) for Newbies

9
Comments 2
3 min read
loading...