Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Instance Of Class Through Method Call Only?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01464302
Message ID:
01464306
Vues:
49
>Is it possible to prevent a class from being instantiated from outside a class? Sort of like a factory pattern. I would like to change my
>project so that new instances can only come through a method call.
>
>How do I do this?

If you make constructor of this class private, then you would not be able to instantiate the class from outside.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform