File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes inner class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "inner class" Watch "inner class" New topic
Author

inner class

vijay Thiru
Greenhorn

Joined: Jan 02, 2006
Posts: 19
Hi all,

class outer {
abstract class inner{
abstract void show();
}

}
if inner class is abstract.
how to extends abstract inner class.
marc weber
Sheriff

Joined: Aug 31, 2004
Posts: 11343

Here are a couple of ways...


"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
vijay Thiru
Greenhorn

Joined: Jan 02, 2006
Posts: 19
thanks marc weber,
my understanding is outer class can not extends the abstract inner class.
so the inner class only can extends abstract inner class.
correct me if i am wrong.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: inner class
 
Similar Threads
inner class
Innner Class
inner class
inheritance n inner classes
inner classes