Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is constructor?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2015/01/08
Utilisateur supprimé
par Utilisateur supprimé

constructoris a is a special method of a class or structure in object-oriented programming that initializes an object of that type. A constructor is an instance method that usually has the same name as the class, and can be used to set the values of the members of an object, either to default

More Questions Like This