Tagged Questions
5
votes
5answers
857 views
Method chaining + inheritance don’t play well together? (Java)
This question has been asked in a C++ context but I'm curious about Java. The concerns about virtual methods don't apply (I think), but if you have this situation:
abstract class Pet
{
private ...