package com.test; public class TypeC extends TypeB { private String attrC = "testC"; }