You are not allowed to print this document.

Shortcut to seniority

Badea Robert

Package diagram is a view displaying the coupled classes and their encapsulation into a group (similar to namespace).

Activity diagram is a view representing the flow from one activity to another, describing an operation within a system.

Reserve is a function that pre-allocates a specific memory size, to accommodate new data.

The act of exploiting a bug in order to get administrator access.

Composition refer to two classes (composite and component) in which one of them (composite) contain an instance of the other one (component), creating a ‘has a’ relationship. The composite object has ownership over the component, meaning that the lifetime of the component object starts and ends at the same time as the composite class. In simple terms: A class contains an instance of another class.