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 |
Explain about object oriented programming?
Explain the term constructor
Explain the mechanism of composition?
Define a good interface?
How many instances can be created for an abstract class?
Why dynamic binding is used in object-oriented programming?
What are the four phases of the Unified Process ?
What is an abstraction?
How do we implement serialization actually?
What are the four important foundation concepts of OOP ?
What are different ways to create string object?
What are the interfaces you used in beans?