What is the difference between static and dynamic
Classificaition.Give some examples.
Answer Posted / 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 View All Answers
What is difference between static and non-static fields of a class?
Can we override static methods of a class?
Classes and structs support inheritance. Is this statement true or false?
What is ‘this’ pointer?
What is method overriding?
what three "domains" are considered during analysis modeling?
What is the main difference between a class and an object?
State some of the advantages of object oriented programming?
What is the main difference between overloading and overriding?
What is garbage collection(gc)?
How to differentiate between a CreateObject() and GetObject() ?
Can an interface inherit from another interface?
What interface must an object implement before it can be written to a stream as an object?
How can we call the base method without creating an instance?
Is it possible to create partial structs, interfaces and methods?