Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these keywords is used by a class to use an interface defined previously?
  2. A.
    import
    B.
    Import
    C.
    implements
    D.
    Implements

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    interface is inherited by a class using implements.


Be The First To Comment