OOP (course 4): Static methods, Namespaces, Exceptions & Traits! Woh!
Static Methods
  Unlock this challenge
Login Register

Challenge 1 / 2

The intern is loving the idea of static properties, but I feel like he's a little confused. But, he's got a good spirit! Let's check out his code and offer him some advice:

class SolidPlanet
{
    private $radius;

    private static $hexColor;

    private $hasBeenVisitedByAliens;

    private $numberOfHabitablePlanetsInUniverse;
}

Which of the following are true:

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.