| 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.
|
 |
 |
|
|
subject: inner class
|
|
|