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
Does PowerShell support OOPs?
What are the different types of arguments?
What is the function of dynamic typing?
What if we make the method as abstract in another interface?
Why dynamic loading is used in object-oriented programming?
Explain the use of Vtable and what are the various problems to override the functions?
What are the main features of oops?
How does abstraction differ from encapsulation.
Give any criteria when you use an abstract class and an interface?
What is the use if instanceof keyword?
Explain persistence?
What are abstract methods?
Why do we use oops concepts? What is its advantage?
What are the different types of inheritance?
What are abstract classes?