What is the difference between static and dynamic
Classificaition.Give some examples.
Answer / 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 |
Which of the following is tightly bound ? Inheritance or composition ?
Why does java not support multiple inheritance?
Explain about realistic modeling?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
Differences between functional programming and object-oriented programming?
What is the main use of message metaphor in object-oriented programming?
What are the different principle of OOPS?
What is a nested interface?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Explain about polymorphism?
What is the difference between a class and an object?
What is @functionalinterface?