1 Comment

  1. Anish

    This statement is wrong: A child class can call upon the abstract class method(s) by super, while it can not do so on default interface methods.
    child class can easily call default method of implementing interface without using super. Why to use super to call default method, when it can be called on child object.

    Reply

Leave a Reply.. code can be added in <code> </code> tags