Inheritance means:

an object gets attributes and methods from another object
a function gets objects from another function.
a class gets attributes and methods from another class.
a program gets code from another library

all of the above.