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 the default access modifier for a class,struct and an interface declared directly with a namespace?
How can we call the base method without creating an instance?
Explain about inheritance in oops?
What are the different types of arguments?
Explain the usage of encapsulation?
Why use oops?
What is function override?
What is Polymorphism, overloading, overriding and virtual?
What is meant by “abstract interface”?
Difference between encapsulation and data hiding ?
Write down how will you create a Binary tree?
What is meant by inheritance? what are the advantages of inheritance?
What is operator overloading?
What is @functionalinterface?
Is iterator a class or interface? What is its use?