Latest Answer: The process of creating new classes, called derived classes, from existing classes, called base classes. The derived classes inherit all the capabilities of the base class and also can add new features of its own. ...
Latest Answer: Sequence diagrams describe interactions among classes in terms of an exchange of messages over time. Collaboration diagrams represent interactions between objects as a series of sequenced messages. Collaboration diagrams describe both the static structure ...
Latest Answer: uses and includes are the different avatars of the same concept. uses represents a concept in which one usecases uses the other. So when you invoke the former the latter is always invoked. Extends adds additional functionality, it is used when one ...
Latest Answer: The Package Diagram depicts system’s packages and their dependencies in a clear and precise manner. So if your system is very large then it is mandatory that all these must be represented in a clear and precise manner for present and future scope ...
Latest Answer: Both behave the same way except that when we import in java we can import single class also but we have to include a file and not a Class in C++.eg: import java.lang //you can even go to specific class here ...
Latest Answer: Relationship between class and interface is called realization. ...
Latest Answer: Transient object : 1> emporary Object 2> Can not be serilised (ie. can not save to secodary ...
Latest Answer: Do any operation symbolizing the operator in your class.you can add/subtract/multiply/divide or do any other operation for +operator() the choice is entirely yours.Freedom you see ...
Latest Answer: The usage of UML in a project has lot of benefits embedded in it. To name few are enables class diagrams to be depicted in a effective manner, cost of training is reduced, restructuring and remodeling is easier and simple when there is change of environment ...
Latest Answer: There are some differences between Activity Diagram and Sequence Diagram -1)Using Sequence diagram it can be shown how processes execute in sequence; for example what operations are called in what order and what parameter. While using Activity diagram ...
View page << Previous 9 10 11 12 [13] 14 15 16 17 18 Next >>

Go Top