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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -