2024-11-14 π programmerhumor β RE: vext01
Donβt you need to declare new Balls() first? Or do you suck() Balls static?
2024-11-14 xigoi β edited β 1π¬
BallsFactory ballsFactory = new BallsFactory();
ballsFactory.setSuckable(true);
Balls balls = ballsFactory.create();
Or I didnβt using the correct naming convention!
ββββ
ββββ