Posts by Rodrigo Carvalho • 3 points
1 post
-
-1
votes1
answer78
viewsQ: Weapon w = new Weapon(42); is that correct?
Had this question in a programming test Consider the Abstract Weapon class. Does the code line below present an error? Justify your answer. Weapon w = new Weapon(42); That is my answer and the…