New UML Interview Questions :: ALLInterview.com http://www.allinterview.com New UML Interview Questions en-us Rational rose Vs Staruml please highlight the advantages and disadvan http://www.allinterview.com/showanswers/101187.html How does elaborating software requirements lead to inconsisteencies! http://www.allinterview.com/showanswers/96539.html In which phases of Unified process is project deployement dealt with http://www.allinterview.com/showanswers/96538.html In the unified process, during which phases is requirement analysis http://www.allinterview.com/showanswers/96537.html how will u use com+ register http://www.allinterview.com/showanswers/96144.html how is usecase? http://www.allinterview.com/showanswers/94134.html Structural(modular) representation of ur system requiremnt is UML, Usecase is one of them. Use Case is setup activity done by actor, Here actor should think How to do, Not What to do. You should know ur functional requirment of ur systemk bef Given the requirements, how will you go about designing them? How wi http://www.allinterview.com/showanswers/91835.html how does project risk factor affects the spiral effect of software i http://www.allinterview.com/showanswers/84848.html what is difference between Extend and Include with example? http://www.allinterview.com/showanswers/71740.html Include, one cannot live without the other. The use case must include another use case. For example when you create an order you always must verify name etc. Extend, one can live without the other only some instances the use case will exten what is difference between Seqence and Collaboration diagrams with e http://www.allinterview.com/showanswers/71738.html Both Sequence and Collaboration diagrams are interaction diagrams. The difference is that Sequence diagrams describes the interaction between classes against time. In Collaboration diagram the interaction between classes is shown against both tim Is there any difference between Containment and Composition? http://www.allinterview.com/showanswers/66796.html Composition that is used to store several instances of the composited data type is referred to as containment. Examples of such containers are arrays, linked lists, binary trees and associative arrays. In UML, containment is depicted with a What is a Persistent, Transient Object? http://www.allinterview.com/showanswers/10713.html Persistent objects are on this heap, while transient objects are in the transient memory. Transient and persistent objects can access each other mutually. Accessing a persistent object leads to loading the object into the transient heap. It i What do you mean by "Realization"? http://www.allinterview.com/showanswers/10712.html it means leaving the implementation to the implementer, i.e. interface. you leave the implementation of functionality to the class who is implementing this interface Explian following terms: Constraint Rules, Design by contract. http://www.allinterview.com/showanswers/10707.html Constraint rule: Much of what you are doing in drawing a class diagram is indicating constraint. EX:Corporate customers have credit limits but Personal customer do not. Design by contract: It provides rigorous defn. of oper What is the difference between static and dynamic Classificaition.Giv http://www.allinterview.com/showanswers/10706.html Dynamic classification allows objects to change type within the subtyping structure whereas static classification does not Ex:for dynamic classification is person's job(It can change).EX:for static classification sex.(male & female).