¡@

Home 

php Programming Glossary: greetingtype

Is this correct object oriented programing in php? [closed]

http://stackoverflow.com/questions/5329664/is-this-correct-object-oriented-programing-in-php

property and the logic to return it abstract class GreetingType implements Greeting protected greeting public function getGreeting.. our concrete Greeting types class HiGreeting extends GreetingType protected greeting 'Hi' class HelloGreeting extends GreetingType.. protected greeting 'Hi' class HelloGreeting extends GreetingType protected greeting 'Hello' class HowdyGreeting extends GreetingType..