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
Tell me something about abstract classes?
Differentiate between an abstract class and an interface?
Explain basic concepts of OOPS?
Describe the Diamond problem. Where does this problem occur?
What is an interface?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Define modularity?
What is polymorphism and abstraction?
How does abstraction differ from encapsulation.
How to define an abstract class?
What is Abstract method and how different from Virtual Method?
What is the main difference between a class and an object?
What is a functional interface? What is sam interface?
What is the difference between class and interface?
Explain OOPS.