0 / 60 seg.

What is the significance of the protected access modifier in Java?

class Book {
    protected String title;
}