观察者设计模式的测试程序

时间:2023-12-12 05:05:55
【文件属性】:

文件名称:观察者设计模式的测试程序

文件大小:4KB

文件格式:RAR

更新时间:2023-12-12 05:05:55

C++ Observer 观察者模式

观察者模式 实现抽象的通知者和抽象的被通知者 ├─Observer │ ClassDiagram.cd │ demo.cpp │ observer.h │ Observer2.vcxproj │ Observer2.vcxproj.filters │ student.cpp │ student.h │ subject.h │ teacher.cpp │ teacher.h


【文件预览】:
Observer2
----teacher.h(557B)
----student.cpp(443B)
----observer.h(426B)
----Observer2.vcxproj.filters(2KB)
----Observer2.vcxproj(4KB)
----ClassDiagram.cd(1KB)
----teacher.cpp(676B)
----student.h(409B)
----subject.h(515B)
----demo.cpp(566B)

网友评论