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.
What do you mean by ActiveX control? Describe in brief.
Java Archive file: It is a Java Archive (JAR) file which makes it possible to store multiple bytecode files within a single file.
Describe the term Long lock in the tibco iProcess in brief.
Define the way to threads own the mutex?
I need urgent help in Examples of Threading in Java
Passing by value: In this process separate memory builds for formal arguments and when any modifications done on formal variables, it will not influence the real variables. Therefore actual variables are preserved in this situation.
State the term DOM and how does this relate to XML?
Give details about the different services that are provided by DLR to CLR?
What do you mean by data movement? Describe in brief.
Define the term Array: It is a fixed-size object which can hold zero (0) or more items of the array's declared type.
18,76,764
1953349 Asked
3,689
Active Tutors
1426053
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!