L01 Introduction To Object Oriented Methods
L01 Introduction To Object Oriented Methods
Lesson 1:
Intro. to Object-Oriented Modelling
2
WHAT IS OBJECTED ORIENTED MODELLING?
The fundamental construct is the object, an instance of a class, which combines both
data structure and behaviour.
4
State that determines the characteristic properties of an object as well as the values
of the properties that the object holds.
An object:
A set of attributes for the objects that are to be instantiated from the class.
Generally, different objects of a class have some difference in the values of the
attributes. Attributes are often referred as class data.
Analysis
Design
Implementation
10
OBJECT-ORIENTED ANALYSIS
Implementation of associations.
OBJECT ORIENTED PROGRAMMING (IMPLEMENTATION & 14
DEVELOPMENT)
OOP is a way of programming that focuses on using objects
and classes to design and build applications.