Sunday, June 15, 2014

Java interfaces - crib notes

interface - no method implementations - only signatures
cannot instantiate
interface member variables are 
no contructor - its not a class its a behaviour/pact

no such thing as an inner interface - wwwoop

No comments:

Post a Comment