Pertemuan:1 (Object Modelling : Introduction Object Oriented Modelling-UML)
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
0 komentar: