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.