Extends

Extends
πŸ‘¨β€πŸ’Ό Perfect! Both Circle and Rectangle inherit the color field from Shape.
πŸ¦‰ Notice how Circle and Rectangle automatically have access to color without redefining it. This is inheritanceβ€”the child classes inherit all fields and methods from the parent class.

Please set the playground first

Loading "Extends"
Loading "Extends"