Tuesday, 20 August 2013

Why is it considered bad practice to call a method from within a constructor?

Why is it considered bad practice to call a method from within a constructor?

In Java, why is it considered bad practice to call a method from within a
constructor? Is it especially bad if the method is computationally heavy?

No comments:

Post a Comment