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 |
What is the main difference between overloading and overriding?
What are the methods required to create changes in subclasses?
Write down how will you create a Binary tree?
Is iterator a class or interface? What is its use?
What do you mean by polymorphism?
0 Answers InterGraph, Ittiam Systems,
Explain the usage of encapsulation?
Can different parts of a partial class inherit from different interfaces?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Explain the mechanism of composition?
Can we reduce the visibility of the inherited or overridden method ?
What is difference between encapsulation and abstraction?
What are the various types of constructors?