0

I come from C Background and have knowledge on C++(at least I know virtual functions, INheritance, Code -reuse and some OOPS concept), But still I am having hard time understanding the Design Patterns in C++/Java.I guess Binders Design Patterns are based on C++ Design pattern(correct me). DO i have to understand UML as well to understand them. Plz explain or direct a link with test source code on the above.

PS: I am trying to understand this blog by Tetsuyuki Kobayashi and i am in no way related to him.

4

1 回答 1

0

我不会说 C++ Binder 是一种设计模式。我在这里放了一个链接解释它们。

我还要说设计模式并不是真正特定于语言的,它们基本上可以用任何(大多数)编程语言来实现。支持 OOP 的语言通常会使设计模式的实现更容易,但这可能会引起争议。

Gang of Four design patterns book 使用 UML 来解释设计模式,但我不会说您必须成为 UML 专家才能理解设计模式。如果 UML 困扰您,请尝试Head First Design Patterns这本书,它更容易理解。

于 2012-05-17T15:53:41.183 回答