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.