To code a method within a class that sets the value for a private property named $name based on the argument that's passed to it, you start with this code:
a. public function setName() {
b. public function setName($value) {
c. private function setName() {
d. private function setName($value) {d. private function setName($value) {