CORRECT TEXTWhich SPL class implements fixed-size storage?
Answer(s): A
In order to create an object storage where each object would be stored only once, you may use which of the following? (Choose 2)
Answer(s): B,D
What is the output of the following code?class Base {protected static function whoami() {echo "Base ";}public static function whoareyou() {static::whoami();}}class A extends Base {public static function test() {Base::whoareyou();self::whoareyou();parent::whoareyou();
Answer(s): C
Late static binding is used in PHP to:
Answer(s): B
Post your Comments and Discuss Zend 200-550 exam with other Community members:
To protect our content from bots for real learners like you, we ask you to register for free. Sign in or sign up now to continue with the 200-550 material!