Question: What happens if you include the following code in an application that has access to the CollectionInterface? CollectionInterface newCollection = new CollectionInterface ( ) ;
What happens if you include the following code in an application that has access to the CollectionInterface?
CollectionInterface newCollection new CollectionInterface;
Question options:
A new CollectionInterface object has been instantiated.
A constructor parameter value is needed.
You get a syntax error since you cannot instantiate interfaces.
None are correct.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
