alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

//renaming I.m to k
package p;
class B implements I{
	public void m(){};
} 
class A extends B implements I{
	public void m(){};
}
interface I {
	void m();
}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts