12
Answers

how to escape implement abstract methods in child class

Ram Pradeep

Ram Pradeep

9y
742
1
I have small doubt can i escape from implementing abstract methods of abstract class.
 
i have a abstract class A.This class contain 4 abstract methods.
class B is derived from A. then B class should give implementation of all the abstract methods of A or not.
if there is any possibility   to escape from implementing those methods. please tell  me how to do that.
 
Answers (12)