Tag: polymorphism

== vs === in kotlin(polymorphism behaviour)

one line answer is === will use in data classes in kotlin. * I will try to explain == vs === operator use cases in Kotlin with respect to polymorphism(“Think like a compiler and act like a run-time environment”) * == shows different behaviour based on how we call, for example...

Exploring Python Polymorphism

Hello, fellow learners!  Welcome to Day 16 of our 100-day Python learning journey. Today, we’re unraveling the intriguing concept of Python Polymorphism, a fundamental feature of Object-Oriented Programming (OOP). Whether you’re just starting or have some coding experience, get read...