E D R , A S I H C RSS

Full text search for "MyProduct"

My Product


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/FactoryMethod . . . . 7 matches
          Parameterized factory method는 Product를 상속받은 MyProduct와 YourProduct상에서일반적으로 다음과 같은 형태를 가진다.
          if (id == MINE) return new MyProduct;
          예를 들어서 sub클래스 MyCreator는 MyProduct와 YouProduct를 바꾸고, 새로운 TheirProduct Sub클래스를 지원할수 있다.
          if (id == YOURS) return new MyProduct;
          // YouProduct와 MyProduct 교환
          class MyProduct : public Product {
          MyProduct();
Found 1 matching page out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.4386 sec