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
What interface must an object implement before it can be written to a stream as an object?
Explain about uml?
Explain about encapsulation?
What is the difference between new and override?
What are Classes and Objects?
Which OOPS concept is used as a reuse mechanism?
What is meant by function overloading and function overriding?
Can you create an instance of an interface?
Can we override static methods of a class?
Explain serialization and overriding?
Differences between functional programming and object-oriented programming?
What if we override the conflicting method in the class?
What is an abstract property. Give an example?
What are abstract methods?
What is a default method? Why do we need default methods in java 8 interfaces?