Inheritance D 4:13:00 PM Add Comment Inheritance is the most basic feature of any Object Oriented programming language. It refers to the derivation of sub classes from a base/s... Read More
Qualification D 6:15:00 PM Add Comment Qualification is an association which involves an association and a qualifier which uniquely identifies certain features of one of the asso... Read More
Object Modeling Technique (OMT) D 5:52:00 PM Add Comment Object Modeling Technique used in object oriented modeling and design which use the usual principles of system development like analysis, d... Read More
Instance Diagram D 5:28:00 PM Add Comment A sample instance diagram is as shown below. The diagram represents a expression evaluator - Read More
Aggregation D 2:26:00 PM Add Comment Aggregation refers to combining the assembled parts of a single part. In terms of Object Management Technology, aggregation may be defined ... Read More