What is the difference between static and dynamic
Classificaition.Give some examples.

Answer Posted / laxman

Static: The static characteristic of a system is
essentially the structural aspect of the system. The static
characteristics define what parts the system is made up of.
Use case diagram & Class diagram are classified as static

Dynamic: The behavioral features of a system; for example,
the ways a system behaves in response to certain events or
actions are the dynamic characteristics of a system

Object diagram ,State diagram ,Activity diagram ,Sequence
diagram ,Collaboration diagram are all classified as
dynamic.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to show the inheritance used in a class.

558


Explain the different types of constructors

524


What is inheritance in java?

558


What is an abstraction?

539


What does it mean that a method or class is abstract?

523






Explain about realistic modeling?

572


Explain persistence?

579


Define Initialisation Purpose.

574


What is single and multiple inheritance?

567


How many methods are there in the externalizable interface?

563


Are constructors inherited? Can a subclass call the parent's class constructor? When?

575


Explain the term constructor

633


Can encapsulation be called as a security device?

568


What is the need of multiple inheritance?

577


If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

526