1 / 8

Object Oriented Programming: An Introduction

Object Oriented Programming: An Introduction. CSCE 110. Pascal is an example Focus is on the steps from beginning to end using _________________ (i.e. ______________ & ____________ ) Data is something that gets __________ & ________________.

frey
Download Presentation

Object Oriented Programming: An Introduction

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. Object Oriented Programming:An Introduction CSCE 110

  2. Pascal is an example Focus is on the steps from beginning to end using _________________(i.e. ______________ & ____________) Data is something that gets __________ & ________________ A different _______________ on programming Focus on "________" and their __________ Object Oriented Programming Procedural/Functional Programming

  3. ______________ Dogs Fur color Weight Age … __________ Similar to __________ in Pascal _______________ Dogs Bark Sit Fetch … ___________ Similar to __________ in Pascal Objects_____________ Described in a ______by its ____________ • Similar to ______________ in Pascal… think _________

  4. Modeling ___________ Class Name ___________ ___________

  5. __________________ • ______ the details of how an object is implemented. • Similar to _____________________ in Pascal • Keeps most of the code related to an object ______________. • Control ________ by setting ________ to members as ________, ________, and ________

  6. ______________ • Subclasses have ____________________ defined in the parent class. • Subclasses can ___________________ of parent class, i.e. ____________ behavior. • Subclasses can _____________________ members.

  7. Modeling _____________

  8. _____________________ • Treat _________ classes as instances of the _________ class.

More Related