blob: d8d9b2957b67a7dc81a591fabd039502aad8f67f [file] [log] [blame]
class SubClient extends Client {
void method () {
Product product = factory.create();
System.out.println (product);
}
}