Search:

Type: Posts; User: Mahfuz Ahmed

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    985

    Re: Static factory method

    But under the short Booealn class example , writer said that ...

    "Note that a static factory method is not the same as the Factory Method pattern
    from Design Patterns [Gamma95, p. 107]. The...
  2. Replies
    6
    Views
    985

    Re: Static factory method

    Consider static factory methods instead of constructors
    The normal way for a class to allow a client to obtain an instance of itself is to provide
    a public constructor. There is another technique...
  3. Replies
    6
    Views
    985

    Static factory method

    What is 'Static factory method'?. I have seen a topic about static factory method from "Effective java" by Joshua Bloch. Here the writer explained it's advantages compared to constructor.But there is...
Results 1 to 3 of 3