Android代码-hello-design-pattern

时间:2022-08-26 01:07:48
【文件属性】:

文件名称:Android代码-hello-design-pattern

文件大小:63KB

文件格式:ZIP

更新时间:2022-08-26 01:07:48

Android代码

hello-design-pattern Hello world using all 23 kinds of GoF design patterns. public class Main { public static void main(String[] args) throws InstantiationException, IllegalAccessException { //hello=interjection //world=object System.out.println("We are creational patterns!"); System.out.println("1. Abstract Factory: "); SplitHelloWorldFactory abstractFactory = AbstractFactory.select(AbstractFactory.Type.DesignPattern); HelloWorld abstractF


【文件预览】:
hello-design-pattern-master
----src()
--------main()
--------test()
----LICENSE(11KB)
----pom.xml(1KB)
----README.md(7KB)

网友评论