If class is declared abstract then why abstract keyword used before method in abstract class?

In abstract class we declare whole class as abstract i.e incomplete then why abstract keyword needs to declare before method?

Your Answer

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

Core Java

Didn't get the answer.
Contact people of Talent-Core Java directly by clicking here