Questions tagged [interface-implementation]
137 questions
-4
votes
3 answers
How would I go about implementing this Java interface?
I am currently in the design mode for this problem:
Implement the Speaker interface that is predefined. Create three classes that implement Speaker in various ways. Create a driver class whose main method instantiates some of these objects and tests…

brennaboo
- 9
- 1
- 1
- 8
-9
votes
1 answer
.NET Syntax For Implementing An Array
What is the syntax for implementing an array of an interface?
iWord is an interface.
This is the syntax for List
public class Words : List
{
}
But this fails
With an error message invalid base type
Am I getting an error because I am…

paparazzo
- 44,497
- 23
- 105
- 176