public class Demo { public static void main(String[] args) { NewCircle c = new NewCircle("red", 2); c.accessInheritedProtected(); } }