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.
An unusual interview task that turned out to be very common

An unusual interview task that turned out to be very common

Comments
2 min read
Mastering the SOLID Principles — The Foundation of Clean, Scalable Code

Mastering the SOLID Principles — The Foundation of Clean, Scalable Code

2
Comments
4 min read
The Four Pillars of Object-Oriented Programming in TypeScript

The Four Pillars of Object-Oriented Programming in TypeScript

2
Comments
3 min read
Today I learned Java class,Objtect and OOPS concept.

Today I learned Java class,Objtect and OOPS concept.

Comments
1 min read
Behind the Underscores EP13: Metaprogramming Methods (__class__, __bases__, __mro__, __instancecheck__)

Behind the Underscores EP13: Metaprogramming Methods (__class__, __bases__, __mro__, __instancecheck__)

Comments
5 min read
Interfaces: Job Interviews for Your Classes

Interfaces: Job Interviews for Your Classes

Comments
2 min read
Master Java Classes and Objects: The Only Easy Guide You’ll Ever Need!

Master Java Classes and Objects: The Only Easy Guide You’ll Ever Need!

Comments
4 min read
Constructor

Constructor

Comments
1 min read
DYNAMIC BINDING

DYNAMIC BINDING

Comments
1 min read
Single Inheritence

Single Inheritence

Comments
1 min read
PROGRAM DOUBT

PROGRAM DOUBT

Comments
1 min read
Behind the Underscores EP11: Callable Objects: __call__

Behind the Underscores EP11: Callable Objects: __call__

Comments
3 min read
Everything is an Object in Python: From Beginner to “Wait, What?!” Level

Everything is an Object in Python: From Beginner to “Wait, What?!” Level

Comments 7
3 min read
Go Interfaces - Composition Over Inheritance (And Common Sense)

Go Interfaces - Composition Over Inheritance (And Common Sense)

3
Comments
11 min read
Ruby Data Class vs Struct

Ruby Data Class vs Struct

3
Comments
2 min read
When and Why to Rewrite OOP Code in Functional Style

When and Why to Rewrite OOP Code in Functional Style

Comments
7 min read
Blackjack in python terminal

Blackjack in python terminal

Comments
1 min read
Java OOPS Concept..

Java OOPS Concept..

1
Comments
1 min read
Pattern Matching in Java: The Modern Way to Write Cleaner Code

Pattern Matching in Java: The Modern Way to Write Cleaner Code

Comments
8 min read
Polymorphism in Java Explained (Or: One Type, Many Behaviours)

Polymorphism in Java Explained (Or: One Type, Many Behaviours)

Comments
2 min read
Behind the Underscores EP09: Attribute Access (__getattr__, __getattribute__, __setattr__, __delattr__)

Behind the Underscores EP09: Attribute Access (__getattr__, __getattribute__, __setattr__, __delattr__)

Comments
3 min read
Building a Clean BankAccount with PHP 8.4 — Property Hooks & Asymmetric Visibility

Building a Clean BankAccount with PHP 8.4 — Property Hooks & Asymmetric Visibility

Comments
3 min read
Method Overloading in Java...

Method Overloading in Java...

1
Comments
1 min read
C++ Program to Subtract Two Numbers

C++ Program to Subtract Two Numbers

Comments
1 min read
Inheritance in Java: Family Drama Done Right

Inheritance in Java: Family Drama Done Right

Comments
2 min read
loading...