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.
How do i create the bucking bronco in alice 2.2
Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.
What is the use of Macros used in <windows.h> header files?
Formal argument: The definition of a method’s argument is the part of a method header. Each and every formal argument has an associated type. Whenever a method is called, the actual argument values are copied into the analogous formal arguments.
How can XML web services integrate two legacy distributed systems, one based on Corba and one based on Java RMI?
What is the use of UpdateProgress control in AJAX?
Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.
TCP endpoint: It is the combination of an IP address and Transmission Control Protocol (abbreviated as TCP) port number.
What is incorrect with my < br > Tags?
What are the different cursors types in ADO and illustrated them?
18,76,764
1942587 Asked
3,689
Active Tutors
1460267
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!