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
State some of the advantages of object oriented programming?
Define a good interface?
Why do we separate interface from implementation?
Is is possible to define our own functional interface?
What is the syntax of object oriented method call?
Describe inheritance and non-inheritance of a derived class?
What is the use of destructive method?
How a program can be structured using the concept of object oriented programming?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is overriding?
Explain the mechanism of composition?
What are abstract classes?
What are the methods required to create changes in subclasses?
Why are outlet connections required in object-oriented programming?
What are different ways to create string object?