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 |
Describe inheritance and non-inheritance of a derived class?
Explain the abstract class modifier?
Can you explain primordial class loader?
Do we require a parameter for constructors?
What do you mean by operator overloading?
What is the abstract method modifier?
What is garbage collection(gc)?
Explain the mechanism of composition?
Difference: Activity Diagram and Sequence Diagram
Can encapsulation be called as a security device?
What is overriding?
What is the difference between an error and an exception?