Question
In OOP, what term best describes the relationship where
one object is a part of another but cannot exist independently?Solution
Composition is a "has-a" relationship where one object contains another, and the contained object cannot exist independently of the parent. 1. Dependency: For instance, an engine is part of a car and cannot function independently outside of it. 2. Tight Coupling: The lifecycle of the child object depends entirely on the parent object. If the parent is destroyed, the child is destroyed too. 3. Reusability: Composition fosters code reuse by enabling modular design without strict inheritance hierarchies. Option A exemplifies composition through its strong containment relationship, central to creating complex, interdependent systems. Why Other Options Are Incorrect: • B) Aggregation: Denotes a weaker "has-a" relationship, where components can exist independently. • C) Inheritance: Refers to property sharing, not containment. • D) Polymorphism: Focuses on method behavior variability. • E) Association: A general relationship without specific containment rules.
cos (sec-1 x) is equal to –
If cos4 B - sin4 B =
If x+  1/x = 2cosθ, then the value of x³+  1/x³ is
If sec²x + csc²x = 10, find the value of tan²x + cot²x.
If tan 3.5θ x tan 6.5θ = 1 then the value of tan 5θ is
If tan θ + cot θ = 2 where 0 < θ < 90 ; find the value of tan17 θ + cot19 θ.
Find the value of sin 240 °
If tan θ = 4/3 and θ is an acute angle, find the value of sin θ + cos θ.