Is "composition over inheritance" violating "dry principle"? – softwareengineering.stackexchange.com

for example, consider I have a class for other classes to extend: public class LoginPage{ public String userId; public String session; public boolean checkSessionValid(){ } } and ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Is "composition over inheritance" violating "dry principle"? – softwareengineering.stackexchange.com"