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
Explain OOPS.
Can you explain primordial class loader?
Explain about object oriented programming?
Write a program to show the inheritance used in a class.
Difference between encapsulation and data hiding ?
What is function override?
Whether static method can use nonstatic members?
Why is java not fully objective oriented?
How can we restrict inheritance for a class so that no class can be inherited from it?
Explain what is meant by polymorphism?
Why are outlet connections required in object-oriented programming?
How do we implement serialization actually?
Why dynamic binding is used in object-oriented programming?
Differentiate between an abstract class and an interface?
How can we call the base method without creating an instance?