Question d’entretien chez Beyond, Inc.

How is the String class unique?

Réponse à la question d'entretien

Utilisateur anonyme

18 mai 2011

You can use the + operator with String class to add 2 strings together (operator overloading.) It is a final class, you cannot inherit from it.

1