Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

There are two types of singleton objects:

Sumit Rawal answered on May 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Which classes are candidates of Singleton? Which kind of class do you make Singleton in Java?
  • What is the difference bewteen a singleton object and a class?

  • There are two types of singleton objects:

    0

    There are two types of singleton objects:

    Companion Objects

    Standalone Objects

    Companion Objects

    A singleton object which has the same name as a class is known as the companion object of that class and the class is known as the companion class. Companion objects and classes can access each other’s private members.

    Let’s define a companion object of the ChecksumAccumulator class defined in the previous lesson. 

    Popularity 1/10 Helpfulness 1/10 Language scala
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 23 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.