I apologize if this question has been asked already. I searched the questions and could not find an answer...
In java,
Inside an abstract class can I get the instance of the concrete class that extended it?
If so, can I see a code example?
Thanks
|
I apologize if this question has been asked already. I searched the questions and could not find an answer... In java, Inside an abstract class can I get the instance of the concrete class that extended it? If so, can I see a code example? Thanks |
|||
|
|
|
Yes, you can do this by calling If you just want the name of the class, you could use Lastly, there are also |
|||||||||||
|