Mari bermula dengan bertanyakan Pak Cik Google " What is Object Oriented Analysis and Design "
(WIKI)
Object-oriented analysis and design (OOAD) is a popular technical approach to analyzing, designing an application, system, or business by applying the object-oriented paradigm and visual modeling throughout the development life cycles to foster better stakeholder communication and product quality.
(BUSINESSDICTIONARY)
The use of modeling to define and analyze the requirements necessary for success of a system. Object-oriented analysis is a process that groups items that interact with one another, typically by class, data or behavior, to create a model that accurately represents the intended purpose of the system as a whole. Object-oriented analysis does not factor implementation limitations into the model.
Soalan kedua juga untuk Pakcik Google " What is Object Oriented Database"
(SEARCHORACLE.TECHTARGET)
An object-oriented database management
system (OODBMS), sometimes shortened to ODBMS for object database
management system), is a database management system (DBMS) that supports
the modelling and creation of data as objects.
(COMTECHDOC)
Object oriented databases are also called Object Database Management Systems (ODBMS). Object databases store objects rather than data such as integers, strings or real numbers. Objects are used in object oriented languages such as Smalltalk, C++, Java, and others. Objects basically consist of the following:
- Attributes - Attributes are data which defines the characteristics of an object. This data may be simple such as integers, strings, and real numbers or it may be a reference to a complex object.
- Methods - Methods define the behavior of an object and are what was formally called procedures or functions.
No comments:
Post a Comment