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

What is difference between static and non-static fields of a class?

687


Can we override static methods of a class?

703


Classes and structs support inheritance. Is this statement true or false?

729


What is ‘this’ pointer?

742


What is method overriding?

695






what three "domains" are considered during analysis modeling?

6598


What is the main difference between a class and an object?

734


State some of the advantages of object oriented programming?

823


What is the main difference between overloading and overriding?

745


What is garbage collection(gc)?

731


How to differentiate between a CreateObject() and GetObject() ?

723


Can an interface inherit from another interface?

719


What interface must an object implement before it can be written to a stream as an object?

814


How can we call the base method without creating an instance?

755


Is it possible to create partial structs, interfaces and methods?

686