Thread
:
Implementing more than one interfaces
View Single Post
#
1
(
permalink
)
12-23-2007, 09:55 AM
eva
Member
Join Date: Dec 2007
Posts: 49
Implementing more than one interfaces
My intend is to implement 2 interfaces. I tried the following:
Code:
public class Jumper implements ShedA implements ShedB { … }
ShedA and ShedB are the interfaces. I am not able to compile the class. Please indicate where I went wrong.
- PEACE
Sponsored Links
eva
View Public Profile
Send a private message to eva
Find all posts by eva