1 / 11

COMP 3063

COMP 3063. Object Oriented Descriptions. Human Body. Class Human Body. Components. Height, weight. Attributes height, Heart. Methods walking(). Heart. Components. Class Heart. Actions. Attributes size. pumping. Building an OO Model. Methods pumping(). Actions.

barth
Download Presentation

COMP 3063

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. COMP 3063

  2. Object Oriented Descriptions Human Body Class Human Body Components Height, weight Attributes height, Heart Methods walking() Heart Components Class Heart Actions Attributes size pumping Building an OO Model Methods pumping() Actions Walking Remaining Alive

  3. Moholy-Nagy Rote Collage

  4. Malevich Red Square Black Square

  5. Moholy-Nagy Gefuehlsmaschine

  6. Kandinsky Happy Structure

  7. Kandinsky Circles in Circle

  8. Task 1 Task1GUI DisplayCanvas SimpleShape

  9. Diagrammatic Summary

  10. Inheritance inheritance overloading

  11. Parameters public class SimpleShape { public double x,y; public double width, height; public Color color; private double hue; private Shape myShape; public SimpleShape(double xx,double yy,double wwidth, double height, double hhue) { this.hue = hhue; this.x = xx; this.y = yy; this.width = wwidth; this.height = hheight; … }

More Related