What do you meant by static and dynamic modeling?
Answer Posted / arul
Static modeling is used to specify structure of the
objects that exist in the problem domain. These are
expressed using class, object and USECASE diagrams.
Dynamic modeling refers representing the object
interactions during runtime. It is represented by sequence,
activity, collaboration and statechart diagrams
Is This Answer Correct ? | 178 Yes | 39 No |
Post New Answer View All Answers
what is virtual function and pure virtual function ?
What is the difference between abstract & interface?
What is the main difference between overloading and overriding?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Explain colloboration
What is a final variable?
What is overriding?
Explain about object oriented programming?
What is meant by function overloading and function overriding?
Define modularity?
What are virtual functions, base class pointer, derived class pointer, biding references?
What is the @functionalinterface annotation?
What is abstraction? How does it differ from encapsulation
What are the rules to define a functional interface?
How can I be thrown polymorphically?