Home & Garden1 min ago
Oo Programming (Java) - Inheritance
Can you inherit from any class or must it be an abstract class?
Answers
You can inherit from any class in java as long as it is not declared "final" As I suggested before there's a helpful java tutorial on the Oracle website: here;s a relevant page for this question http:// docs. oracle. com/ javase/ tutorial/ java/ IandI/ final. html
19:46 Thu 07th Mar 2013
I am sure there must be forum somewhere for asking Java programming questions.
Like here
http:// www.jav aprogra mmingfo rums.co m/
Like here
http://
You can inherit from any class in java as long as it is not declared "final"
As I suggested before there's a helpful java tutorial on the Oracle website:
here;s a relevant page for this question
http:// docs.or acle.co m/javas e/tutor ial/jav a/IandI /final. html
As I suggested before there's a helpful java tutorial on the Oracle website:
here;s a relevant page for this question
http://
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.