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
Difference between encapsulation and data hiding ?
What are manipulators?
What does the keyword virtual represented in the method definition?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What are the access modifiers?
Do structs support inheritance?
Describe the Diamond problem. Where does this problem occur?
Describe inheritance and non-inheritance of a derived class?
What is the default access modifier in a class?
If a class inherits an interface, what are the 2 options available for that class?
Define Data Abstraction. What is its importance?
What is diamond inheritance problem? How java 8 solves this problem?
How many methods are there in the serializable interface?
Why we use oops concepts? What is its advantage?
What is meant by function overloading and function overriding?