java - In what situation do I need to extend a class? -


i'm learning java , wondering in situation want extend class here suggested:

http://5upcodes.blogspot.fi/2013/08/java-inheritance.html

thanks!

when want create class similar super class(the class being extended), extend , customize it. overwriting of it's functions, and/or add functions.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -