For this question assume you have a Rectangle class with length and width attributes defined. You then make a Square class that is a subclass of Rectangle. True or False: class Square will inherit the length and width attributes from Rectangle automatically.

True
  • False

There are no hints for this question