Monday, 25 April 2016

What is a concrete class and fully abstract class ?


Concrete class
An class which has no abstract method and all implemented methods.


Fully abstract class
An abstract class which has all methods as abstract and all fields are public static final.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.