what is the properties of default method?
Default method can have body/empty body must be added with keywork default. These can be override in sub classes. They can provide common logic to all sub-classes Default method can never be abstract, final or private.
No Comments Yet!!