Asfia Aimanasfiaaiman.hashnode.dev·Mar 1, 2024Navigating Over-riding and Over-loading in Laravel: Choosing the Right ApproachIntroduction: Laravel, a popular PHP web framework, provides developers with powerful tools to build robust and scalable applications. Among its many features, over-riding and over-loading are essential concepts that can significantly impact the stru...Discussoverloading
Subhraneel Sahasubhraneel24.hashnode.dev·Sep 18, 2023Operator Overloading in C++Operator overloading is a compile-time polymorphism. It is an idea of giving special meaning to an existing operator in C++ without changing its original meaning.In C++, we can make operators work for user-defined classes. This means C++ has the abil...Discuss·10 likes·29 readscpp
MITHIN DEVmithin.hashnode.dev·Mar 19, 2023[OOP 4] Encapsulation, Method Overloading and Method Overiding📗Encapsulation in Java 👋 First of all, let's start with a quick definition. In Java, encapsulation is the practice of hiding the internal details of an object from the outside world and providing access to it only through a public interface. 🔒 Thi...Discuss·1 like👨💻Object Oriented Programmingencapsulation