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 |
What is virtual?
Explain about realistic modeling?
What do you mean by virtual function and virtual classes?
Can an interface inherit from another interface?
Can you create an instance for an abstract class?
What is guard condition?
8 Answers Mannar Company, Syntel,
Explain about multiple inheritance?
What are the interfaces you used in beans?
What is the main difference between a class and an object?
Why is java not fully objective oriented?
Explain the different types of constructors
What do you mean by "explicitly implemeting an interface". Give an example?