In abstract class we declare whole class as abstract i.e incomplete then why abstract keyword needs to declare before method?
An abstract keyword is used before method in abstract class before abstract class have an abstract method but the normal or simple class cannot have an abstract method, so only for those methods which are without body, we can use an abstract keyword before method for abstract methods