A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates) Be in touch with java jazzle or k2java.blogspot.com.
The compiler checks for cyclic inheritance like a class extending another class and the second class extending the first class. e.g.
Class Foo extends Bar{}Class Bar extends Foo{}
No comments:
Post a Comment