How many constructors should a class have?

前端 未结 16 2207
一向
一向 2021-02-04 12:34

I\'m currently modifying a class that has 9 different constructors. Now overall I believe this class is very poorly designed... so I\'m wondering if it is poor design for a clas

16条回答
  •  轮回少年
    2021-02-04 12:43

    I think that a class that has more than one constructor has more than one responsibility. Would be nice to be convinced about the opposite however.

提交回复
热议问题