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.
Object-Oriented Programming in C++ : Classes and Objects

Object-Oriented Programming in C++ : Classes and Objects

5
Comments
5 min read
Decorators in Python

Decorators in Python

2
Comments
3 min read
☄Deep Dive into Object Oriented Programming: Part 1

☄Deep Dive into Object Oriented Programming: Part 1

33
Comments
5 min read
level up your Object Oriented JS with behavioral patterns(object communication)

level up your Object Oriented JS with behavioral patterns(object communication)

4
Comments
3 min read
Intro to Design Patterns

Intro to Design Patterns

8
Comments
3 min read
OOP Concepts in practice using TypeScript

OOP Concepts in practice using TypeScript

13
Comments
5 min read
Do we correctly calculate min and max?

Do we correctly calculate min and max?

13
Comments 4
4 min read
Data Structures: Bidirectional Map

Data Structures: Bidirectional Map

50
Comments 11
2 min read
Using singleton in Wordpress Sage9/10 themes view composers

Using singleton in Wordpress Sage9/10 themes view composers

7
Comments
1 min read
How to apply transparency in OO programming ?

How to apply transparency in OO programming ?

5
Comments
2 min read
Object Oriented Programming 💊

Object Oriented Programming 💊

88
Comments 2
6 min read
Private variables are Private

Private variables are Private

4
Comments 2
4 min read
What is Object Oriented Design(OOD)? Why use Object Oriented Design(OOD) Principles ?

What is Object Oriented Design(OOD)? Why use Object Oriented Design(OOD) Principles ?

4
Comments
1 min read
JavaScript for advanced beginners(fake js interface with proxies)

JavaScript for advanced beginners(fake js interface with proxies)

2
Comments
4 min read
Let, Run, Apply, & Also di Kotlin

Let, Run, Apply, & Also di Kotlin

3
Comments
2 min read
SOLID e o entrelaçamento de princípios

SOLID e o entrelaçamento de princípios

8
Comments 2
4 min read
Object Oriented PHP (Lesson 3: Inheritance)

Object Oriented PHP (Lesson 3: Inheritance)

13
Comments
2 min read
Classmethod vs Staticmethod in Python's OOP

Classmethod vs Staticmethod in Python's OOP

4
Comments 1
1 min read
SOLID e o princípio do desacoplamento

SOLID e o princípio do desacoplamento

8
Comments
5 min read
Code Smell 86 - Mutable Const Arrays

Code Smell 86 - Mutable Const Arrays

2
Comments
1 min read
SOLID e o princípio da implementação desnecessária

SOLID e o princípio da implementação desnecessária

5
Comments
4 min read
Practical tips for constructing Object diagrams from applications.

Practical tips for constructing Object diagrams from applications.

3
Comments 1
1 min read
Object Oriented PHP (Lesson 2: Objects & Static Methods)

Object Oriented PHP (Lesson 2: Objects & Static Methods)

13
Comments
2 min read
Object Oriented PHP (Lesson 1: Classes)

Object Oriented PHP (Lesson 1: Classes)

15
Comments
2 min read
Code Smell 85 - And Functions

Code Smell 85 - And Functions

4
Comments
1 min read
Three characteristics of OOP: Encapsulation

Three characteristics of OOP: Encapsulation

9
Comments 1
4 min read
Major fundamentals to being a good developer

Major fundamentals to being a good developer

3
Comments
1 min read
Why I fell out of love with inheritance

Why I fell out of love with inheritance

2
Comments 2
5 min read
OOP: Working with Classes in JavaScript

OOP: Working with Classes in JavaScript

15
Comments
7 min read
Var vs Let vs Const in JavaScript

Var vs Let vs Const in JavaScript

19
Comments 3
1 min read
Methods in Python O.O.P

Methods in Python O.O.P

8
Comments 2
2 min read
TDD Conference 2021 - TDD Manifesto - Daniel Moka

TDD Conference 2021 - TDD Manifesto - Daniel Moka

3
Comments
2 min read
Simplified: Object-oriented Programming Python

Simplified: Object-oriented Programming Python

13
Comments 1
6 min read
Functional vs Object Oriented vs Procedural programming

Functional vs Object Oriented vs Procedural programming

156
Comments 13
4 min read
OOP is Ruff!

OOP is Ruff!

52
Comments 8
6 min read
Difference Between Aggregation and Composition

Difference Between Aggregation and Composition

7
Comments
1 min read
Why Interfaces in Go Are Not Explicitly Implemented

Why Interfaces in Go Are Not Explicitly Implemented

8
Comments
5 min read
Introduction to DML - part 2: using functional templating

Introduction to DML - part 2: using functional templating

3
Comments 4
4 min read
Solid Design Principles

Solid Design Principles

197
Comments 4
8 min read
Answer: Difference between Encapsulation and Abstraction

Answer: Difference between Encapsulation and Abstraction

2
Comments
1 min read
SOLID: Dependency Inversion Principle

SOLID: Dependency Inversion Principle

18
Comments
5 min read
Python Classes and Objects

Python Classes and Objects

11
Comments 1
4 min read
Inheritance

Inheritance

2
Comments
2 min read
Looking for recommendations - OOP/Designing course using Typescript/Node.js in greater depth!

Looking for recommendations - OOP/Designing course using Typescript/Node.js in greater depth!

5
Comments
1 min read
TDD Conference 2021 - How To Get Started With Test-Driving Your Code - Jov Mit

TDD Conference 2021 - How To Get Started With Test-Driving Your Code - Jov Mit

2
Comments
2 min read
Abstract class vs interfaces. When to use them?

Abstract class vs interfaces. When to use them?

9
Comments
2 min read
Understanding Functions In Python

Understanding Functions In Python

24
Comments 4
4 min read
TDD Conference 2021 - Which is better to Code by Contract: TDD or API-first? - Meenakshi Dhanani

TDD Conference 2021 - Which is better to Code by Contract: TDD or API-first? - Meenakshi Dhanani

2
Comments
2 min read
Emulating abstract base classes in Rust

Emulating abstract base classes in Rust

8
Comments
14 min read
Ruby Object Oriented Programming (OOP)

Ruby Object Oriented Programming (OOP)

24
Comments 3
12 min read
TDD Conference 2021 - Want More Value Faster? Take Many More Much Smaller Steps - GeePaw Hill

TDD Conference 2021 - Want More Value Faster? Take Many More Much Smaller Steps - GeePaw Hill

2
Comments
2 min read
Code Smell 84 - Max < Min (Javascript)

Code Smell 84 - Max < Min (Javascript)

2
Comments
2 min read
Introduction to the Document Makeup Library (DML)

Introduction to the Document Makeup Library (DML)

24
Comments 15
3 min read
Say no to Interface pollution - Interface Segregation Principle

Say no to Interface pollution - Interface Segregation Principle

5
Comments
3 min read
Java OOP Concepts

Java OOP Concepts

24
Comments
4 min read
JavaScript Classes Explained

JavaScript Classes Explained

4
Comments
5 min read
Object Oriented Programming with a Real-World Scenario - Part 1

Object Oriented Programming with a Real-World Scenario - Part 1

4
Comments
1 min read
Classes and type in Python - Introduction

Classes and type in Python - Introduction

3
Comments
4 min read
23 - Observer

23 - Observer

4
Comments 1
7 min read
Writing self-documented code with low cognitive complexity

Writing self-documented code with low cognitive complexity

2
Comments
6 min read
loading...