Hello… This is an aticle about OOP concepts. Object oriented programming has four basic concepts; inheritance, polymorphism, abstraction and encapsulation. Let’s know about them one by one. Inheritance When sub classes requires all properties of a and behaviors of a parent class inheritance used. When a sub class is inherits…