What do you meant by static and dynamic modeling?
Answer Posted / vishnu swaroop
static modeling is a technique by which we can depict the
static constituents of software system.
it includes class diagram and object diagram.
Dynamic model is a technique that represents the behaviour of
the static components of software system.
| Is This Answer Correct ? | 24 Yes | 13 No |
Post New Answer View All Answers
What is serialization? How do we implement serialization actually?
Define Initialisation Purpose.
What is the syntax of object oriented method call?
How many instances can be created for an abstract class?
Do we require parameter for constructors?
Why do we separate interface from implementation?
What are sealed modifiers?
What is a final variable?
Explain what an object is.
Is it possible to override private virtual methods?
Can you explain primordial class loader?
Do we require a parameter for constructors?
What do you mean by abstract classes?
Explain about inheritance in oops?
What is the use if instanceof keyword?