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.
Pages
▼
Sunday, May 1, 2011
Cyclic inheritance in java
The compiler checks for cyclic inheritance like a class extending another class and the second class extending the first class. e.g.
No comments:
Post a Comment