Browsing Tag
oop
13 posts
Hello Folks. I have written my first post on dev to, about Scope Functions in Kotlin. Feel free to give it a read and drop a review or suggestion. Also, would love to know your favourite scope function, or your favourite feature of Kotlin. Happy reading!
Scope Functions in Kotlin Prithviraj Kapil ・ May 30 #kotlin #oop #tutorial #programming
Basic OOP – Part 01
Everything in Python is Object-Oriented Example: a = 2 # 'a' is an object of integer type Similarly:…
On inheritance and subtyping
Java is the first language I learned in my career. Its structure is foundational in my early years…
Is Clean Code really practical?
Small functions are easy to understand? What if we have too many of them? Meaningful function names? Is…
Unlearning SOLID: My Path to More Nuanced Code Evaluation
Introduction If you are a software engineer, you have probably heard about the SOLID principles. They are a…
Introduction To OOP: Objects
This article was first published on konadu.dev(Introduction To OOP: Objects) Undoubtedly, two of the most known programming paradigms…
OOP via FP : functional nature of classes and objects
Topic for today Today I would like to tell you, why such OOP concepts as classes and objects…
Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization
Understanding Constructors in Object-Oriented Programming: A Comprehensive Guide to Creating Efficient Code. Explore the fundamental concepts of Object-Oriented…
Object-Oriented Design: Why don’t you explain this to me like I’m five
Introduction In the world of creating software, a strong foundation is key. Before even writing a single line…
cloneElement in React? important for interview
Certainly! React.cloneElement is a somewhat nuanced utility in React, so let’s delve deeper into its intricacies and use…