employer cover photo
employer logo
employer logo

TEN (Transportation Equipment Network)

Engaged Employer

TEN (Transportation Equipment Network) Interview Question

What is inheritance.

Interview Answers

Anonymous

Jun 21, 2017

Inheritance is where a subclass receives the properties of a superclass. Basically any public or protected class members (methods, data members, etc) from a parent class are passed down to the child class.

Anonymous

Dec 10, 2022

Goodwil