Which statements are true?
Choose all that apply.
B is correct.
Method forwarding is an object composition principle and calls methods on an instance variable of an object.
A is incorrect because method delegation and method forwarding are the same thing.
C is incorrect because it is the singleton pattern that limits you to one object.
D is incorrect because singleton classes typically don't have a superclass other than Object.
E is incorrect because there is no such requirement.