SLIDE 10 Robot vs ExperimentalRobot Robot vs ExperimentalRobot
Robot
Experimental Robot
- street:int
- avenue:int
- direction:Direction
- packpack:ThingBag
Robot
- street:int
- avenue:int
- direction:Direction
- packpack:ThingBag
+ Robot(City aCity, int aStreet, int anAvenue, Direction aDirection) + mo e()
+ ExperimentalRobot(City aCity, int aStreet, int anAvenue, Direction aDirection) + mo e()
+ move():void + turnLeft():void + pickThing():void + putThing():void + move():void + move3():void + turnLeft():void + turnRight():void + putThing():void + turnRight():void + turnAround():void + pickThing():void + putThing():void + putThing():void