Question from the Object-oriented programming - Fundamentals test

When can you do a+b in OOP ?

Medium

Let A be a class, a et b two objects of type A, when can you make a+b ?

Author: SamuelStatus: PublishedQuestion passed 527 times
Edit
4
Community Evaluations
developer avatar
Auteur anonyme
14/08/2023
I think there is a typo in the question
developer avatar
Auteur anonyme
03/11/2023
Can you be more precise, where is the typo ?
developer avatar
Auteur anonyme
31/03/2024
French / english typo. Let A be a class, a (**et ** should be **and**) b two objects of type A, when can you make a+b ?
developer avatar
Auteur anonyme
22/05/2024
J avoue que la question manque de clarté. Est ce qu'il s agit de savoir si l'on peut concaténer 2 instances a et b?