1 / 6
ITK 168 Lecture 5 - Inheritance
60 likes | 205 Vues
ITK 168 Lecture 5 - Inheritance. Examples. Review ExperimentRobot Lamp example. Overriding methods. Overriding occurs when a subclass implements a method of the same name as the superclass causing a change in behavior. Override example. Spinner robot Does 360 spin before turning left
Télécharger la présentation
ITK 168 Lecture 5 - Inheritance
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Examples • Review ExperimentRobot • Lamp example
Overriding methods • Overriding occurs when a subclass implements a method of the same name as the superclass causing a change in behavior
Override example • Spinner robot • Does 360 spin before turning left • Bad robot • Turns right when supposed to turn left • Turns left when supposed to turn right
Overriding with side effects • Speedy
More Related