Ah sure, this alternate implementation assumes that the BlogPost class is final and never subclassed.
If you plan to subclass BlogPost, the translation is not identical, as the alternate implementation would not keep track of a global count of posts across all subclasses, only of `BlogPost` instances exactly.
jez|3 years ago
If you plan to subclass BlogPost, the translation is not identical, as the alternate implementation would not keep track of a global count of posts across all subclasses, only of `BlogPost` instances exactly.
gmalette|3 years ago
gmalette|3 years ago