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
What is the significance of encapsulation?
What is the main use of message metaphor in object-oriented programming?
Why is message passing between the objects important?
What are the various types of constructors?
Do structs support inheritance?
What are the four important foundation concepts of OOP ?
How to make a class accessible as a web service?
State some of the advantages of object oriented programming?
Why is C not an OOP language?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Differentiate between data abstraction and encapsulation.
What is the default access specifier in a class definition?
What is a ternary operator?
Is it possible to override private virtual methods?
Can an interface inherit from another interface?