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

add bulldozer,truck,excavator #2185

Closed
wants to merge 1 commit into from
Closed

Conversation

Volikk
Copy link

@Volikk Volikk commented Oct 20, 2024

No description provided.

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Truck class needs to extend the Machine class and implement necessary methods like start() and stop() to meet the core requirements of the task. Please address this critical issue to ensure functionality. Keep up the good work! 🚀

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

@@ -0,0 +1,4 @@
package core.basesyntax;

public class Excavator {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a redundant empty line after the class declaration. According to the checklist, please remove unnecessary empty lines.

@@ -0,0 +1,4 @@
package core.basesyntax;

public class Truck {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The class Truck is empty. Ensure that it extends the Machine class and implements any necessary methods, such as start() and stop(), with informative messages indicating the type of Machine.

@Volikk Volikk closed this Oct 20, 2024
@Volikk Volikk deleted the task branch October 20, 2024 19:01
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

Successfully merging this pull request may close these issues.

2 participants