Question: Both `self` and `this` are keywords that can be used to refer to member variables of an enclosing class. The difference is that `$this->member` should be used for ** members and `self::$member` should be used for ** members.

  1. private, public
  2. object,primitive
  3. non-static,static
  4. concrete,abstract

Answer: The correct answer of the above question is Option C:non-static,static