#object-oriented-programming

[ follow ]
#python
fromRealpython
2 weeks ago
Python

What Does isinstance() Do in Python? - Real Python

isinstance() determines if an object is an instance of a specified class or its superclass.
fromGlyph
3 months ago
Bootstrapping

Stop Writing `__init__` Methods

Dataclasses in Python 3.7 simplified the creation of classes, making it easier to represent data structures without complex initialization methods.
fromInfoWorld
1 month ago

What you need to know about Java wrapper classes

Wrapper classes bridge the gap between primitive types and objects, essential for modern Java features.
fromLogRocket Blog
4 months ago

JavaScript prototypes: How objects inherit properties and methods - LogRocket Blog

JavaScript prototypes enable objects to inherit properties and methods from other objects, allowing for shared behaviors and easier code reuse through prototype-based inheritance.
Node JS
#scala
[ Load more ]