What is DRY principle?

v DRY stands for DON’T REPEAT YOURSELF.

v Don’t write the same functionality multiple time.

v Instead write code once and then use it at multiple places using inheritance.

Post a Comment

Previous Post Next Post