Computer Science, asked by priyadharshinijoffic, 6 hours ago

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 praveenmakode380
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