Why governance/extensions contracts does not invoking their super constructors?

For example, to inherit GovernorVotesQuorumFraction i also must inherit GovernorVotes and Governor. And for overriding methods i must write all contracts that have this method

Got it. I can use contract modifiers in constructor even if i didn't inherit contract directry, but inherited it's derived contract