P
AccountInfo
AccountPostsInfo
Size: a a a
P
SS
NK

AE
AE
SS
AE
P
P
SS
SS
class ... {
Account account;
int subscribersCount;
int postsCount;
int rating;
}
Но вдруг мне в будущем понадобится вариант видаclass ... {
Account account;
List<Account> subscribedAccounts;
List<Post> posts;
}
И комбинации такого.SS
АА
SS
АА
АА
NK

VP
НП