Aggregation and containment in the Programming
Illustrate the basic difference between Aggregation and containment in the Programming?
Expert
Aggregation is a relationship between the whole and a part. We can add or subtract some of the properties in the part (or slave) side. It won’t influence the whole part.
Best illustration is Car that comprises the wheels and some additional parts. Even although the parts are not there we can call it as car.
However, in the case of containment the entire part is influenced when the part in that got influenced. The human body is an apt instance for this relationship. Whenever the whole body dies the parts (heart and so on) are died.
Conditional operator: It is an operator taking three operands that is, a ternary operator. The conditional operator (?:) is employed in the form bexpr ? expr1 : expr2 Q : What is Character set encoding Character set encoding: The set of values allocated to characters in a character set. Associated characters are frequently grouped with consecutive values, like the digits and alphabetic characters.
Character set encoding: The set of values allocated to characters in a character set. Associated characters are frequently grouped with consecutive values, like the digits and alphabetic characters.
Q. Explain the use of private, public, protected access specifies.
State the term snooping?
Explain the CPU scheduling decisions.
Define the term XQuery?
What is the way to use XForms?
Java Archive file: It is a Java Archive (JAR) file which makes it possible to store multiple bytecode files within a single file.
Round robin allocation: It is an allocation of time slices which repeatedly cycles regarding a set of eligible threads in the fixed order.
Java 2 SDK: It is a particular implementation of the abstract functionality explained in Sun's specification of Java 2 Platform.
18,76,764
1934496 Asked
3,689
Active Tutors
1461516
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!