Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AM06 Shape - middle #628

Open
edshamr opened this issue Oct 5, 2024 · 1 comment
Open

AM06 Shape - middle #628

edshamr opened this issue Oct 5, 2024 · 1 comment

Comments

@edshamr
Copy link

edshamr commented Oct 5, 2024

Создай абстрактный класс Shape с методом getArea(), который должен возвращать площадь фигуры, и методом getPerimeter(), который должен возвращать периметр фигуры. Затем создай три подкласса:

  • Circle (круг), у которого будет поле radius,
  • Rectangle (прямоугольник), у которого будут поля width и height,
  • Triangle (треугольник), у которого будут поля a, b, c (стороны треугольника).

Каждый подкласс должен переопределить методы getArea() и getPerimeter() для своих соответствующих формул.

@edshamr edshamr changed the title #7 - middle #6 - middle Oct 5, 2024
@edshamr edshamr changed the title #6 - middle AM06 Shape - middle Oct 5, 2024
@youyi218
Copy link

Why are you doing LeetCode here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants