What do you meant by static and dynamic modeling?
Answer Posted / navnath bodke
the example of static modeling is class model and object model and
the example of dynamic modeling is state diagram and sequence diagram
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and non-static fields of a class?
What is the difference between aggregation and composition?
Explain about message passing in object oriented programming?
Does java support multiple inheritance? if not, what is the solution?
How will you define abstract classes?
Explain what you understand by function overloading.
Explain about inheritance?
What is a functional interface? What is sam interface?
Explain about uml?
Can you create an instance for an abstract class?
Which OOPS concept exposes only the necessary information to the calling functions?
What is composition? Explain the purpose of composition.
What is the syntax of object oriented method call?
What are all the operators that cannot be overloaded?
Can we override a method by using same method name and arguments but different return types?