prototype pattern in Chinese
prototype pattern in Chinese
原型
(programming) A creational design pattern that determines the type of objects to create by a prototypical instance, which is cloned to produce new objects.