Friday, December 16, 2011

In java programming,multi inheritance subject,how do we override methods?

when we have 2 interfaces and one super cl that there is a method calld for example OPEN () in all of these three,and there is a sub cl,how do we override each open() method in the sub cl?I know we are supposed to use the interfaces' names but I don't know the syntax!pleas help me.

No comments:

Post a Comment