Please help with inheritance
Hi I am finding it difficult to understand the concept of inheritance. the java API doesn't explain it well and I can't find any other site that does. Could any one point me in the right direction?
I am quite new to java but know the basics (up to about while and for loops)
thanks!
Re: Please help with inheritance
What don't you understand? Using code examples helps to illustrate things. Try typing up some code using inheritance, post it here and ask a specific question about the code you don't understand.
Re: Please help with inheritance
Quote:
Originally Posted by
Junky
What don't you understand? Using code examples helps to illustrate things. Try typing up some code using inheritance, post it here and ask a specific question about the code you don't understand.
i basically need to use inheritance to meet the requirements of a program for college, and was hoping there was some kind of tutorial or something which helps explain how to do them, but if not I will try doing the code without and post it with questions, thanks!
Re: Please help with inheritance
I'm sure you covered inheritance in your classes otherwise you wouldn't be asked to do an assignment on it. I'm also sure any Java textbook covers the subject. I'm also sure that you would find plenty of info on the interwebs if you used Google. Unless you have a sepcific question about inheritance then there is not much we can do.
Re: Please help with inheritance
From the Oracle tutorials...
Interfaces and Inheritance.
Re: Please help with inheritance
You still haven't really asked a question about inheritance. Even someone who never heard of it before would normally ask a question like "What is inheritance?" You are typing words, but no true questions are being strung together.