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
~69 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for vispyr

I have a parent class which 2 other classes inherit from. All of the instance variables are inherited from the parent class, and I want to write one method which can accept either of the subclasses as a parameter (without overloading the method if possible). public class Project { static …

Member Avatar for apegram
0
69

The End.