We have discussed briefly about inheritance earlier. Today we will understand the concept in detail. A story Let’s assume you are working as a developer in a mobile company called YouPhone. Your manager asked you to write code for the…
Tag: Overriding
Pillars of OOP
Today we will discuss 4 pillars of OOP (Object Oriented Programming). Abstraction Encapsulation Inheritance Polymorphism Abstraction Abstraction is a process of hiding implementation details and exposes only the functionality to the user. This means the user will only know what…