Posts by Daniel La Rubia • 43 points
2 posts
-
1
votes1
answer252
viewsQ: Working with Generics
First, the task: Create a new Map class, now using the name Sortedmap. It should have the same methods as the Map class of the previous task, and accept as type Key a type K that implements the…
-
3
votes1
answer998
viewsQ: Exception class creation and implementation
I am having problems implementing an Exception class. The explanation of the program is: Vector strings must be initialized with "", not null. The vector capacity shall be capable of being changed…