Is it normal if a class implements two interfaces, each of which has the same definition for a PI constant?

  • Put the definition of a constant into a separate interface and let your class implement all three interfaces. - Dmitriy Simushev
  • 2
    Constant Pi through interface implementation? In wartime, the value of sine can reach four? - Igor
  • and what language? is the constant value the same? - Mikhail Vaysman

0