Inheriting code from a parent class enables you to avoid writing redundant code by reusing the methods the parent class defines. You can override methods the parent class defines with methods on the child class member list to handle requirements specific to the child class.
Complete the following steps to create a child class that inherits methods from a parent class.