Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~155 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for EnemyOfAverage

Im new to Java programming of course so im having trouble with this program i have to write Can anyone give me some tips on inheritance? public class Trailer { public Trailer(String anID) { trailerID = anID; } public Trailer getNextTrailer() { return nextTrailer; } public void setNextTrailer(Trailer newTrailer) { …

Member Avatar for java_jitendra
0
155