Main features of Object Oriented Languages - Classes, Objects,Encapsulation, Polymorphism, Inheritance D 5:08:00 PM Add Comment 1. Classes and Objects In an object oriented programming language, we code the program as a corporate collection of objects which are ins... Read More
Abstraction D 4:40:00 PM Add Comment Abstraction may be defined as all those essential characteristics features of an object class which makes it different from other object cl... Read More
Multiplicity D 4:18:00 PM Add Comment Multiplicity refers to the number of object class instances of one class may be associated to the other class. An n+ symbol indicates that ... Read More
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