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 the benefit of Composition over Inheritance?
Can link and Association applied interchangeably?
What is difference between static and non-static fields of a class?
What is operator overloading?
Can you define OOP and principles of OOP?
What is the diffrence between an abstract class and interface?
How to make a class accessible as a web service?
What is the use if instanceof keyword?
What is a Persistent, Transient Object?
Can constructors be parameterized?
What are the four phases of the Unified Process ?
What are the various types of constructors?