blob: c024104e9f8b4db5627a3463806f7dbb0dfead65 [file] [log] [blame]
abstract class Factory {
abstract Product create();
}