Inheritance and the Protected Access Modifier

In the example we see that if we try to call a protected method (intro()) from outside the class, we will receive an error. public methods will work fine!

Am I a fruit or a berry?