Inheritance Concept
Like a child inherit many properties and behaviors from parents, the same can be done in programming called Inheritance.
Parent class
Parent{
// owns a house
}
Child class inherited from the parent class
Child Inherits From Parent{
// automatica...
newgendeveloper.hashnode.dev1 min read