Question
JAVA Q: Aggregation is different from composition in that: a.) an object B that is contained in an aggregate object A cannot outlive A. b.)
JAVA
Q: Aggregation is different from composition in that:
a.) an object B that is contained in an aggregate object A cannot outlive A.
b.) no objects contained in an aggrgate object A may be used outside A.
c.) no objects contained in an aggrgate object A may outlive A.
d.) they are not different.
e.) an object B that is contained in an aggregate object A may outlive A.
Q: Information hiding in the context of object-oriented programming in JAVA refers to
a.) making all data members public.
b.) putting data members inside methods.
c.) making all methods of a class have a void return type.
d.) making data members private and accessbile through methods.
e.) making all methods of a class private.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started