// E.id = 36; // Illegal since id is a private property of class Employee3 E.name = "Harry"; // Legal since name is by default a public property of class Employee3 E.setId(36); // Legal since setId() ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results