What is Inheritance in Programming?
Answers
Answer:
What is Inheritance?
Inheritance is another important component in computer programming and may be used regularly in many computer science careers. An employer may ask you this question to ensure you understand and know how to properly use inheritance in computer programming.
Answer:
An inheritance is a financial term describing the assets passed down to individuals after someone dies. Most inheritances consist of cash that's parked in a bank account but may contain stocks, bonds, cars, jewelry, automobiles, art, antiques, real estate, and other tangible assets.
Explanation:
In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object (prototype-based inheritance) or class (class-based inheritance), retaining similar implementation. ... An inherited class is called a subclass of its parent class or super class.
so, mark me as BRAINLIST