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

implement abstact class Machine #1548

Closed
wants to merge 2 commits into from
Closed

implement abstact class Machine #1548

wants to merge 2 commits into from

Conversation

mkarmadev
Copy link

implements Bulldozer,Excavator,Truck;and overriding method doWork,stopWork added psvm to MainApp

implements Bulldozer,Excavator,Truck;and overriding method doWork,stopWork
added psvm to MainApp
Copy link

@Rommelua Rommelua left a comment

Choose a reason for hiding this comment

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

https://mate-academy.github.io/jv-program-common-mistakes/java-core/oop/oop
Before you create PR with your homework, you need to go through the checklist under the task and correct all the points described there. The mentor will not check the work until the checklist points are corrected

Comment on lines 3 to 5
public class Bulldozer extends Machine {

@Override

Choose a reason for hiding this comment

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

image

@mkarmadev mkarmadev requested a review from Rommelua July 19, 2023 10:39
@mkarmadev mkarmadev closed this by deleting the head repository Jul 8, 2024
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