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 ...
Latest Answer: May be By sing Bidirectional One To Many relationship.-sachin ...
Latest Answer: In C++, variable declared as static it is shared by all the objects of the class. It can be accessed only by a static function. ...
View page << Previous 9 10 11 12 [13] 14 15 16 17 18 Next >>

Go Top