1 / 6

ITK 168 Lecture 5 - Inheritance

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

Download Presentation

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


  1. ITK 168 Lecture 5 - Inheritance

  2. Examples • Review ExperimentRobot • Lamp example

  3. Overriding methods • Overriding occurs when a subclass implements a method of the same name as the superclass causing a change in behavior

  4. 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

  5. Method Resolution

  6. Overriding with side effects • Speedy

More Related