<? class ClassC { function __construct() { echo "I am an instance of Class C and my class definition has been imported<br/>"; } } ?>