Regarding classes

Can any one tell methe logical difference of using INNER CLASSES and using of class inheritence.what are the advantages & disadvantages of it?
[153 byte] By [ram102125a] at [2007-10-3 10:29:19]
# 1
inner classes have nothing to do with inheritance, so your question is moot. why do you want to know, is this your hw?
mkoryaka at 2007-7-15 5:51:57 > top of Java-index,Java Essentials,New To Java...
# 2

Here is information covering inheritance:

http://java.sun.com/docs/books/tutorial/java/concepts/inheritance.html

and nested classes:

http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html

After reading this material, if you have a specific question, feel free to ask it.

ChuckBinga at 2007-7-15 5:51:57 > top of Java-index,Java Essentials,New To Java...