Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?

  2. A.

     When the parameter is Boolean

    B.

     When the function is being declared as a member of a class

    C.

     When the parameter is being declared as passed by reference

    D.

     When the function contains only one parameter

    E.

     Never

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment