What is inheritance.
Anonymous
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.
Check out your Company Bowl for anonymous work chats.