answersLogoWhite

0

It is the relationship between dependent andindependent classes. Any change in the independent class will affect the states of the dependent class

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How is UML related to OOAD?

UML supports Object Oriented Analysis and Design (OOAD). It has all related concepts like classes, objects, inheritance, encapsulation, polymorphism, etc. UML is most suitable for use case driven, iterative and incremental development processes as most OOAD processes are.


What is full form of ATM in OOAD language?

Any time money


How many sequence diagram should be there in OOAD mini project?

Over 9000!


Which OOAD artifact is the Most useful in situation where asynchronous event occur?

true


Nature of class and object in ooad?

Nature of an object represents the state,behaviour and identity


A region that belongs to another state?

Dependency


What is full form of abbrevation OOAD?

Object Oriented Analysis & Design


What is trivial dependency?

A DEPENDENCY X->Y IS SAID TO BE TRIVIAL DEPENDENCY IF Y IS A PROPER SUBSET OF X OTHERWISE NON TRIVIAL DEPENDENCY.


What is post-natal dependency?

Dependency after birth.


What is aggregation in ooad?

An aggregation is a special form of association that models a whole part relationship between an aggregate(the whole) and its parts..


What is non trivial dependency?

A DEPENDENCY X->Y IS SAID TO BE TRIVIAL DEPENDENCY IF Y IS A PROPER SUBSET OF X OTHERWISE NON TRIVIAL DEPENDENCY.


What are the advantages of OOAD?

Object-Oriented Analysis and Design (OOAD) offers several advantages, including improved modularity, which enhances code reusability and maintainability. It allows for better alignment with real-world scenarios through the use of objects that represent entities, making it easier to understand and model complex systems. Additionally, OOAD promotes encapsulation, which helps in protecting data and reducing dependencies, leading to more robust and flexible software architecture. Finally, it facilitates easier collaboration among developers by providing clear interfaces and abstractions.