Programming Concept
Feb 18, 2023 · 1 min read · Inheritance is the process in which two class have an is a relationship among each other and object of class acquire properties and feature of the other class.the class which inherits the features is known as the child class and the class whose featu...
Join discussion