Pertemuan:1 (Object Modelling : Introduction Object Oriented Modelling-UML)

11/12/2013 10:32:00 AM 0 Comments



In this section, the discusion is about :
  • Primary references
  • General definitions
  • Fundamental Terminology
  • Object-Oriented methodology
  • Object-Oriented themes
  • Unified Modeling Language
  • Design patterns
  • Object-oriented development processes


Objects—things, concepts, or entities
Characteristics of Objects:
-Identity: data is quantized into discrete, distinguishable entities called objects.
-Classification: objects with the same data structure (attributes) and behavior (operations) are grouped into a class.
-Polymorphism: the same operation may behave differently on different classes.
-Inheritance: the sharing of attributes and operations among classes based on a hierarchical relationship.

OOA&D—software development approach that emphasizes a logical solution based on objects
Analysis—finding and describing concepts in the problem domain.
Design—defining software objects that represent the analysis concepts and will eventually be implemented in code.


You can download full chapter from this link: Download Lecture_OOM1

Unknown

Some say he’s half man half fish, others say he’s more of a seventy/thirty split. Either way he’s a fishy bastard.

0 komentar: