assignment

package bank.chennai;public class Account_Holder {⛶public static void main(String[] args) { SBI sbi=new SBI(); sbi.get_loan(100); sbi.creat_account(); }} package bank.chennai;public clas...
0 Read More

Factory Pattern Without any `if`

Factory Pattern Without any `if`
Yeah... Dude, I've seen a lot of accidents in my rear view mirror!(:And I'm grateful my first job was in a huge software company where I kept hearing those two solid basics:- Generic - ConfigurableYou...
0 Read More