#object-oriented-programming

[ follow ]
#software-development
fromGlyph
1 week 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.
fromMedium
1 month ago
Scala

Fun Tour Of Object Oriented Programming in Scala

Scala elegantly merges object-oriented and functional programming, enabling flexibility and efficiency in coding.
fromGlyph
1 week 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.
fromMedium
1 month ago
Scala

Fun Tour Of Object Oriented Programming in Scala

Scala elegantly merges object-oriented and functional programming, enabling flexibility and efficiency in coding.
more#software-development
#inheritance
fromSimplilearn.com
2 years ago
JavaScript

All You Need To Know About Kotlin Delegation | Simplilearn

Delegation in Kotlin allows for code reuse and transferring authority between objects.
fromLogRocket Blog
1 month ago
Node JS

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

JavaScript objects utilize prototypes for shared behaviors, enabling prototype-based inheritance.
fromCodeProject
7 months ago
JavaScript

Can Private or Static Methods Be Overridden in Java? Here's What You Need to Know

Method overriding allows subclasses to customize inherited methods in Java.
fromMedium
4 months ago
JavaScript

Unlocking the Secrets of Scala Inheritance: An In-Depth Exploration

In Scala, while classes can only inherit from one superclass, traits allow for multiple trait inheritance, promoting flexibility.
fromSimplilearn.com
2 years ago
JavaScript

All You Need To Know About Kotlin Delegation | Simplilearn

Delegation in Kotlin allows for code reuse and transferring authority between objects.
fromLogRocket Blog
1 month ago
Node JS

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

JavaScript objects utilize prototypes for shared behaviors, enabling prototype-based inheritance.
fromCodeProject
7 months ago
JavaScript

Can Private or Static Methods Be Overridden in Java? Here's What You Need to Know

Method overriding allows subclasses to customize inherited methods in Java.
fromMedium
4 months ago
JavaScript

Unlocking the Secrets of Scala Inheritance: An In-Depth Exploration

In Scala, while classes can only inherit from one superclass, traits allow for multiple trait inheritance, promoting flexibility.
more#inheritance
#functional-programming
Scala
fromMedium
5 months ago

Mastering Functional Programming in Scala: Core Concepts and Best Practices

Scala perfectly blends functional and object-oriented programming, making it an excellent choice for building robust applications.
fromMedium
1 month ago
Scala

Understanding Implicit Classes in Scala: A Comprehensive Guide

Implicit classes enrich existing types in Scala with new methods while allowing for automatic conversions.
Scala
fromMedium
5 months ago

Mastering Functional Programming in Scala: Core Concepts and Best Practices

Scala perfectly blends functional and object-oriented programming, making it an excellent choice for building robust applications.
fromMedium
1 month ago
Scala

Understanding Implicit Classes in Scala: A Comprehensive Guide

Implicit classes enrich existing types in Scala with new methods while allowing for automatic conversions.
more#functional-programming
fromHackernoon
2 years ago
JavaScript

Refactoring 022 - Extract Common Ancestor | HackerNoon

Refactoring code to use an abstract class enhances structure and mimics real-world hierarchies.
#java
fromInfoWorld
5 months ago
JavaScript

Kotlin for Java developers: Classes and coroutines

Kotlin simplifies class creation and management, enhancing Java developers' workflow with less boilerplate code and stronger flexibility.
fromCodeProject
7 months ago
JavaScript

What are overloading and overriding in Java

Method overloading allows methods to have the same name but different parameters, improving readability.
Method overriding enables subclasses to provide specific implementations of superclass methods.
fromInfoWorld
5 months ago
JavaScript

Kotlin for Java developers: Classes and coroutines

Kotlin simplifies class creation and management, enhancing Java developers' workflow with less boilerplate code and stronger flexibility.
fromCodeProject
7 months ago
JavaScript

What are overloading and overriding in Java

Method overloading allows methods to have the same name but different parameters, improving readability.
Method overriding enables subclasses to provide specific implementations of superclass methods.
more#java
fromHackernoon
2 years ago
JavaScript

11 Key Design Patterns: An Essential Guide | HackerNoon

The Abstract Factory Design Pattern facilitates the creation of related objects without specifying their concrete classes, enhancing flexibility and maintainability in software design.
#classes
fromHackernoon
4 years ago
JavaScript

Object-oriented Programming by Example | HackerNoon

Object-oriented programming structures code around objects for easier management.
fromMedium
7 months ago
Scala

Scala 101 Ep.2: Object-Oriented Programming Basics

OOP in Scala enhances code structure by grouping data and related functions, improving efficiency.
fromHackernoon
4 years ago
JavaScript

Object-oriented Programming by Example | HackerNoon

Object-oriented programming structures code around objects for easier management.
fromMedium
7 months ago
Scala

Scala 101 Ep.2: Object-Oriented Programming Basics

OOP in Scala enhances code structure by grouping data and related functions, improving efficiency.
more#classes
fromCodeProject
8 months ago
JavaScript

Understanding Association, Aggregation, and Composition in Object-Oriented Programming

Association describes relationships among classes, emphasizing connections without ownership.
Three relationship types: association, aggregation, and composition, denote different dependencies between objects.
fromCodeProject
11 months ago
Data science

Minesweeper Game Code Using C# OOP Console Application

Creating a Minesweeper game in C# using object-oriented concepts involves defining cells, the board, and game logic like mine placement and adjacent cells reveals.
[ Load more ]