Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » two interface (with a same named method)
two interface (with a same named method) [message #600883] Tue, 11 July 2006 06:25
Eclipse UserFriend
Originally posted by: LoverBabel.hotmail.com

Hi,
Is it possible to implement InterfaceA and InterfaceB? How?
--------------
interface InterfaceA {
public Vector getData();
}

interface InterfaceB {
public String getData();
}

public class TwoInterfaceClass implements InterfaceA, InterfaceB {
// ?????
}
---------------
Regards

Alex, Fu
Previous Topic:strange representation of marked text
Next Topic:two interface (with a same named method)
Goto Forum:
  


Current Time: Fri Apr 19 03:03:50 GMT 2024

Powered by FUDForum. Page generated in 0.01750 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top