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 the difference between function overloading and over riding?
Explain the abstract class modifier?
What is a pure virtual function?
If a method definition has been specified in the 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?
Which OOPS concept exposes only the necessary information to the calling functions?
What is the use of finalize method?
Name some languages which have object oriented language and characteristics?
Explain what is an object?
Which oops concept is used as reuse mechanism?
What is the significance of encapsulation?
Explain about message passing in object oriented programming?
What is the practical implementation of inner classes?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What's the main difference between arraylist / hashmap and vector / hashtable?
What are the rules to define a functional interface?