Top News

Is it allowed to mark a method abstract method without marking the class abstract?

 

No. Java specification says that if there is at least one abstract method in a class, the class has to be marked abstract

Post a Comment

Previous Post Next Post