Question: Please follow all instructions (Java) https://youtu.be/PJ8L3nTquu0 textfile content: 4 5 clock 4 0 smile frown smile clock 8 15 frown smile clock 3 30 clock
Please follow all instructions (Java)




https://youtu.be/PJ8L3nTquu0
textfile content:
4
5
clock 4 0
smile
frown
smile
clock 8 15
frown
smile
clock 3 30
clock 12 45
smile
clock 10 20
smile
smile
frown
frown
frown
clock 11 0
frown
smile
clock 7 50
Assignment For this project we will practice using abstract classes and inheritance by creating a hierarchy of Emoji. Here it a UML class diagram that shows the classes we will be creating: Emoji -centerX: double -centerY: double -radius: double +getCenterX0: double +getCenterY0: double +getRadius0: double +draw0: void animate0: void ClockEmoji FaceEmoji isWinking: boolean -hour: int -minute: int +draw0: void +animate0: void +draw0: void +animate0: void SmileyFaceEmoji FrowingFaceEmoji +draw0: void +draw0: void Assignment For this project we will practice using abstract classes and inheritance by creating a hierarchy of Emoji. Here it a UML class diagram that shows the classes we will be creating: Emoji -centerX: double -centerY: double -radius: double +getCenterX0: double +getCenterY0: double +getRadius0: double +draw0: void animate0: void ClockEmoji FaceEmoji isWinking: boolean -hour: int -minute: int +draw0: void +animate0: void +draw0: void +animate0: void SmileyFaceEmoji FrowingFaceEmoji +draw0: void +draw0: void
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
