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
Classes and structs support inheritance. Is this statement true or false?
What are the methods required to create changes in subclasses?
Difference between class and an object?
Why is class hierarchies managed in object-oriented programming?
What are abstract functions? Why are they used?
What is a virtual function?
What do you mean by virtual function and virtual classes?
Explain serialization and overriding?
What is the use of interface?
What are all the operators that cannot be overloaded?
What is overriding?
What is the difference between public, private and protected access modifiers?
What is the benefit of Composition over Inheritance?
Which keyword can be used for overloading?
Explain OOPS.