Back to Freecodecamp

Understanding Inheritance

curriculum/challenges/english/blocks/methods-and-inheritance/understanding-inheritance-video.md

latest476 B
Original Source

--description--

In this video, you will learn about inheritance.

--questions--

--text--

What is inheritance?

--answers--

The ability of a child class to acquire the properties and methods of a parent class.


A way for an object to automatically delete its parent class’s attributes.


A mechanism where a class can only use global variables.


The process of copying methods from one object to another unrelated object.

--video-solution--

1