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
Difference between abstraction and implementation hiding ?
Explain about uml?
What is the difference abstract class and interface?
What are virtual functions, base class pointer, derived class pointer, biding references?
What are all the languages which support oop?
what three "domains" are considered during analysis modeling?
What is the difference between an abstract class and interface in java?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Explain what is single and multiple inheritance?
What are different types of arguments?
What are the types of polymorphism?
Explain method overriding.
What is meant by inheritance? what are the advantages of inheritance?
How can I be thrown polymorphically?
What is difference between class and interface?