What does the code print?

Report a typo

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.

Select one option from the list
___

Create a free account to access the full topic