Frage im Vorstellungsgespräch bei Bose

Can you explain Inheritance as it relates to object-oriented programming?

Antwort im Vorstellungsgespräch

Anonym

28. Mai 2019

Inheritance is one of the basics in object oriented programming wherein new objects introduced in the code can take in properties of existing objects in the code. They are very useful for code reuse and further branch off into class inheritance and interface inheritance