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



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

Post New Answer

More OOAD Interview Questions

Why does java not support multiple inheritance?

0 Answers  


What do you mean by Realization?

1 Answers   Protech,


Write a note on encapsulation?

0 Answers  


What is Polymorphism?

7 Answers   MindCracker, Protech, TCS,


What is abstract method?

0 Answers  






Can we access interface static method using interface references?

0 Answers  


What is inheritance?

7 Answers   Protech,


What is meant by inheritance? what are the advantages of inheritance?

0 Answers  


In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading

1 Answers   Hexaware,


What are the different types of inheritance?

0 Answers  


Can a function be overloaded based on return types?

0 Answers   iNautix,


What is the use of interface?

0 Answers  


Categories