~/ learn/ java-from-zero/ cards/ Static factories & the Builder pattern
1 of 4

Type a static factory method pair

Type a static factory method pair

Answer

public static Temperature ofCelsius(double c) { return new Temperature(c); }

The private constructor is hidden; callers use the named factory. The name makes the unit explicit — no guessing whether the double argument is Celsius or Fahrenheit.

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/4be45e35-c110-4e2f-9205-5c7609b77ef3/flashcard utf-8 LF