culTest

    One of the 25 questions in this topic

    How much do you know about Comprehensive Certification: From Design to Deployment?

    What visibility in PHP allows a property to be accessed only by the class itself and its children?

    Answers

    public
    private
    protectedCorrect
    static

    Protected is the key to safe inheritance in object-oriented programming.