What does this following code print?
Developer developer = new JavaTeamLead(
new SeniorJavaDeveloper(
new JavaDeveloper()));
System.out.println(developer.makeJob());
To solve this problem you need to use code snippets from the theory part.