View Single Post
  #1 (permalink)  
Old 12-23-2007, 09:55 AM
eva eva is offline
Member
 
Join Date: Dec 2007
Posts: 49
eva is on a distinguished road
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
Reply With Quote
Sponsored Links