Which of the following statements regarding subclasses are true?

Subclasses inherit all of the methods and attributes from the class that they extend and a subclass has an "is-a" relationship with the class it extends.
  • A subclass will inherit the constructors from the class it extends and a subclass has an "is-a" relationship with the class it extends.
  • If PlantingJeroo is a subclass of Jeroo, it will not inherit any of the methods in Jeroo
  • If PlantingJeroo is a subclass of Jeroo, it will only inheret the constructor

There are no hints for this question