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 |
Which oops concept is used as reuse mechanism?
What is the need of multiple inheritance?
Explain serialization and overriding?
What are all the operators that cannot be overloaded?
What is meant by inheritance? what are the advantages of inheritance?
Write down how will you create a Binary tree?
what is virtual function and pure virtual function ?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Is class an Object? Is object a class?
Which oops concept exposes only necessary information to the calling functions?
Differentiate between Aggregation and containment?
How do we implement serialization actually?