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.
The Dependency Inversion Principle For Beginners

The Dependency Inversion Principle For Beginners

10
Comments
8 min read
Depending on Functions Instead of Interfaces - The Navigation Problem

Depending on Functions Instead of Interfaces - The Navigation Problem

11
Comments
3 min read
A valid usage of Singleton Pattern (with Null object Pattern)

A valid usage of Singleton Pattern (with Null object Pattern)

20
Comments 4
2 min read
Java Object Oriented Programing (OOP)

Java Object Oriented Programing (OOP)

19
Comments
5 min read
How I finally understood what a class is

How I finally understood what a class is

216
Comments 15
7 min read
Demystifying Virtual and Abstract Functions

Demystifying Virtual and Abstract Functions

40
Comments 7
5 min read
JAVA and Object Oriented Programming Basic

JAVA and Object Oriented Programming Basic

16
Comments
3 min read
Immutable PHP Objects Using Builders

Immutable PHP Objects Using Builders

12
Comments 1
6 min read
Object-Oriented Programming with Ruby pt.1

Object-Oriented Programming with Ruby pt.1

40
Comments 7
4 min read
Unified symbol tables for properties and methods in PHP

Unified symbol tables for properties and methods in PHP

19
Comments
4 min read
Design Patterns: Factory Pattern, Part 2

Design Patterns: Factory Pattern, Part 2

19
Comments
4 min read
Dependency injection and Reader Monad

Dependency injection and Reader Monad

30
Comments 6
5 min read
Avoid getters and setters whenever possible

Avoid getters and setters whenever possible

271
Comments 99
7 min read
Static classes are evil

Static classes are evil

18
Comments 12
3 min read
Who of you use getters & setters and when?

Who of you use getters & setters and when?

14
Comments 3
1 min read
automation test engineers and OOP

automation test engineers and OOP

9
Comments
1 min read
Implementation Inheritance Is Evil

Implementation Inheritance Is Evil

21
Comments 9
4 min read
ELI5: Why cast to an interface?

ELI5: Why cast to an interface?

11
Comments 11
1 min read
Basic Inheritance with Crazy Python

Basic Inheritance with Crazy Python

24
Comments 3
4 min read
Creating and Instantiating a simple class in python

Creating and Instantiating a simple class in python

78
Comments 9
3 min read
Distinguishing Instance Variables from Class Variables in python

Distinguishing Instance Variables from Class Variables in python

27
Comments 10
3 min read
Journal Media Is Hiring a Senior PHP Developer

Journal Media Is Hiring a Senior PHP Developer

13
Comments 1
3 min read
SOLID Principles made easy

SOLID Principles made easy

94
Comments 10
6 min read
Introduction to OOP in Javascript

Introduction to OOP in Javascript

41
Comments 22
3 min read
Is testability a reason to change your design?

Is testability a reason to change your design?

23
Comments 36
1 min read
Chain as a Service (CaaS)

Chain as a Service (CaaS)

11
Comments 2
3 min read
On the subtleties of OOP

On the subtleties of OOP

21
Comments 2
5 min read
Hiding details in JavaScript classes with symbols

Hiding details in JavaScript classes with symbols

17
Comments 22
1 min read
No, not inheritance, please call me delegation...

No, not inheritance, please call me delegation...

17
Comments 2
5 min read
Design Patterns: Strategy Pattern

Design Patterns: Strategy Pattern

13
Comments 3
3 min read
TDD: Act-First to Drive Design

TDD: Act-First to Drive Design

2
Comments
3 min read
Class And Objects

Class And Objects

4
Comments
1 min read
How to understand Program to an interface not an implementation

How to understand Program to an interface not an implementation

24
Comments
1 min read
Learn Inheritance in C# programming with examples

Learn Inheritance in C# programming with examples

2
Comments
2 min read
Object-Oriented Programming Strikes Back!

Object-Oriented Programming Strikes Back!

75
Comments 23
6 min read
HateItOrLoveIt: Data classes?

HateItOrLoveIt: Data classes?

6
Comments
3 min read
Beginner's guide - Object Oriented Programming

Beginner's guide - Object Oriented Programming

156
Comments 10
6 min read
Breaking Encapsulation with traits in PHP

Breaking Encapsulation with traits in PHP

14
Comments 9
1 min read
OOPS! Here comes the OOP.

OOPS! Here comes the OOP.

24
Comments 3
5 min read
My search for supremacy

My search for supremacy

12
Comments 10
4 min read
Meus métodos devem retornar interfaces ou structs em Go?

Meus métodos devem retornar interfaces ou structs em Go?

6
Comments
6 min read
Of Classes and Constructor Functions: How JavaScript is Different from Other OOP Languages

Of Classes and Constructor Functions: How JavaScript is Different from Other OOP Languages

7
Comments
5 min read
It’s About Sending a Message - A Focus on Scalable Object Oriented Design

It’s About Sending a Message - A Focus on Scalable Object Oriented Design

14
Comments
3 min read
Don't call jsonSerialize() explicitly

Don't call jsonSerialize() explicitly

6
Comments
2 min read
How to write SOLID C++

How to write SOLID C++

6
Comments
14 min read
Powering inheritance in C using structure composition

Powering inheritance in C using structure composition

5
Comments
7 min read
How To get a job in IIT kanpur in this quarantine? 01:56

How To get a job in IIT kanpur in this quarantine?

2
Comments 2
1 min read
On type safety without generics, and the role of package design

On type safety without generics, and the role of package design

11
Comments 2
8 min read
Vue Composition API reactivity out-of-the-box

Vue Composition API reactivity out-of-the-box

5
Comments
3 min read
SOLID: O "S" de SRP.

SOLID: O "S" de SRP.

5
Comments
2 min read
Encapsulation, as applied to an RPG

Encapsulation, as applied to an RPG

4
Comments
1 min read
Dependency.

Dependency.

6
Comments
6 min read
Technical Interview in Java with 1 week to Prepare and No Experience

Technical Interview in Java with 1 week to Prepare and No Experience

8
Comments
3 min read
Compile-time polymorphism !!

Compile-time polymorphism !!

15
Comments 5
2 min read
How to create good names, good functions, good objects, and good classes?

How to create good names, good functions, good objects, and good classes?

5
Comments
5 min read
What inverts in the dependency inversion principle?

What inverts in the dependency inversion principle?

4
Comments 2
3 min read
How do you choose between an interface and abstract class?

How do you choose between an interface and abstract class?

23
Comments 17
3 min read
HateItOrLoveIt: Traits?

HateItOrLoveIt: Traits?

6
Comments
2 min read
Why composition is superior to inheritance as a way of sharing code

Why composition is superior to inheritance as a way of sharing code

33
Comments 20
5 min read
A matter of class: examining the class construct in JavaScript

A matter of class: examining the class construct in JavaScript

7
Comments 1
4 min read
loading...