1 / 6

Pre-Sessional Java Programming Lecture 1b

Pre-Sessional Java Programming Lecture 1b. Reyer Zwiggelaar rz@sys.uea.ac.uk. Aims of this Lecture. Give some insight in OO SE Show clear links between OO and Java Java frame-work. Object Oriented SE. A class gives a description of a real world object Data and methods

feoras
Télécharger la présentation

Pre-Sessional Java Programming Lecture 1b

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. Pre-Sessional Java ProgrammingLecture 1b Reyer Zwiggelaar rz@sys.uea.ac.uk

  2. Aims of this Lecture • Give some insight in OO SE • Show clear links between OO and Java • Java frame-work

  3. Object Oriented SE • A class gives a description of a real world object • Data and methods • Data describes what the object is • Methods describes what the object can do

  4. Object Oriented SE • Obtain an English language description • The nouns indicate objects • Associate all attributes (data) with the objects • Operations (methods) are identified by verbs associated with the objects

  5. In a local zoo they have a selection of animals. It is a special zoo as all the animals have four legs, one head, one tail and and can all make a single distinct sound. The animals are kept in enclosures which each contain a male and female animal of one species. The only difference between male and female animals is the fluffy tail of the female animals. The colour of the animals is no indication of their species. To name a few species found in the zoo (also indicating their call and colour): noils (roar, brown), yeknods (iaa, grey), gods (woof, brown), fnahpeles (phee, grey), tacs (miauw, ginger) and esuoms (piep, grey).

  6. Any Questions

More Related