How to make a method of abstract class as a mandatory overridden methods in its inherited
subclasses *
(1 Point)
Declare method as virtual and should be defined
Declare method as an abstract
Declare method as private
Answers
Answered by
0
Answer:
Since the Animal class has an abstract method, you must need to declare this class abstract. Now each animal must have a sound, by making this method abstract we ..
Similar questions
Social Sciences,
1 month ago
Science,
1 month ago
Political Science,
2 months ago
Social Sciences,
2 months ago
Math,
9 months ago
Social Sciences,
9 months ago