Posts by Alex J • 5 points
3 posts
-
0
votes1
answer101
viewsQ: UML - Composition or Aggregation
Is the related 'Composition' in the 'controlCurso' classes with the 'Course' carried out in this way? I am in doubt if it would be a 'Composition' or 'Aggregation', or none of them.…
-
0
votes1
answer99
viewsQ: Java Arraylist Equals - Do not allow element duplicity in Arraylist
Good evening, everyone! I’m having second thoughts about comparing the duplicate elements in ArrayList created, in the case of my code I would like that if it has already been realized the loan to a…
-
0
votes1
answer109
viewsQ: Good practice in C on the "main()" call?
I’m developing a simple app for college work, and I have doubts about using the function main() in the code for instead of going out back to the beginning of the program, this would be good practice…