DEV Community

# objectorientedprogramming

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Inheritance: The OOP Trap Destroying Your Code! The ONE Fix Experts Hide From YOU

Inheritance: The OOP Trap Destroying Your Code! The ONE Fix Experts Hide From YOU

Comments
5 min read
Your OOP code looks fine: The Liskov Violation SILENTLY Breaking Production!

Your OOP code looks fine: The Liskov Violation SILENTLY Breaking Production!

Comments
5 min read
The Hidden `instanceof` Trap That WRECKS Your Object-Oriented Code!

The Hidden `instanceof` Trap That WRECKS Your Object-Oriented Code!

Comments
5 min read
The OOP Lie: Your Domain Model Is Anemic & You Don't Even Know It!

The OOP Lie: Your Domain Model Is Anemic & You Don't Even Know It!

Comments
4 min read
The Anemic Domain Model Trap: Why Your OOP ISN'T Object-Oriented!

The Anemic Domain Model Trap: Why Your OOP ISN'T Object-Oriented!

Comments
5 min read
Understanding Traits in PHP and How They Differ from Inheritance

Understanding Traits in PHP and How They Differ from Inheritance

Comments
5 min read
Understanding the Difference Between `abstract class` and `interface` in PHP

Understanding the Difference Between `abstract class` and `interface` in PHP

6
Comments 1
4 min read
c# advanced: Pattern Matching in c#

c# advanced: Pattern Matching in c#

1
Comments
3 min read
Mocks vs No Mocks Debate Confusion

Mocks vs No Mocks Debate Confusion

1
Comments
2 min read
Mastering Lazy Loading in Python Using __getattr__

Mastering Lazy Loading in Python Using __getattr__

1
Comments
3 min read
OOPs Concept: getitem, setitem & delitem in Python

OOPs Concept: getitem, setitem & delitem in Python

2
Comments
7 min read
Object-Oriented Programming Concepts in Angular (OOP Paradigm)

Object-Oriented Programming Concepts in Angular (OOP Paradigm)

7
Comments 2
3 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's Magic Methods: Unleashing the Power of Dunder

Python's Magic Methods: Unleashing the Power of Dunder

2
Comments
2 min read
On cosmetics vs. intrinsics in programming

On cosmetics vs. intrinsics in programming

7
Comments 1
3 min read
Creating a Book Class 📚

Creating a Book Class 📚

18
Comments
4 min read
Introduction to Object Oriented Programming (OOP) using Python

Introduction to Object Oriented Programming (OOP) using Python

48
Comments 5
13 min read
The concepts behind Data-Oriented programming

The concepts behind Data-Oriented programming

3
Comments
5 min read
Classes in Object Oriented Programming

Classes in Object Oriented Programming

2
Comments
3 min read
Object-Oriented Programming Fundamentals

Object-Oriented Programming Fundamentals

7
Comments
8 min read
Concepts Of Object-Oriented Programming -Part 3(Abstraction)

Concepts Of Object-Oriented Programming -Part 3(Abstraction)

18
Comments
4 min read
Principles Of Object-Oriented Programming Part 1-Inheritance

Principles Of Object-Oriented Programming Part 1-Inheritance

10
Comments
3 min read
Principles Of Object-Oriented Programming Part 2- Encapsulation

Principles Of Object-Oriented Programming Part 2- Encapsulation

14
Comments
5 min read
Interfaces in PHP

Interfaces in PHP

13
Comments 2
2 min read
Go Things I Love: Channels and Goroutines

Go Things I Love: Channels and Goroutines

11
Comments
9 min read
loading...