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

Important points about singleton object:-

Sumit Rawal answered on September 1, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • What is Singleton and where do you use in your framework?
  • What is a singleton class in Android?
  • Have you used Singleton design pattern in your Java project?
  • singleton design pattern
  • singleton pattern room database
  • When to choose Singleton over Static Class?
  • Advantage of Singleton over Static Class?
  • how to add singleton
  • Singleton Objects: Companion
  • What is the difference bewteen a singleton object and a class?
  • what is singleton class
  • Ways to Break Singleton Design Pattern

  • Important points about singleton object:-

    0

    1- Created using object keyword.

    2- Creation of instance is not possible in case of singleton objects.

    3- Inheritance is allowed, i.e. it can extend class and traits.

    4- To excess members of Singleton object, we will use the singleton object’s name dot members name.

    5- The method in the singleton object is globally accessible.

    6- You are not allowed to pass parameter in the primary constructor of singleton object.

    7- In Scala, a main method is always present in singleton object. 

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Sep 01 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.