Home / CSE MCQs / JUnit MCQs :: Discussion

Discussion :: JUnit MCQs

  1. A solution to reducing dependencies is to separate code between methods that instantiate new ____________ and methods that provide application logic.
  2. A.
    Classes
    B.
    Objects
    C.
    Modules
    D.
    Functions

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Separation of objects and logic leads to reduced dependencies.


Be The First To Comment