Posts by Lucas Studart • 1 point
1 post
-
0
votes1
answer96
viewsQ: How to use attributes of a subclass of an abstract class?
I have the following scenario: an abstract class "Listitem" and the classes "Headingitem" and "Contact". The relationship between them is as follows: ... } abstract class ListItem{ } class…