Given the Builder pattern classes, implement the GeekBuilder method to compile the program and output the created geek.
Please, do not change the provided code of the classes.
Given the Builder pattern classes, implement the GeekBuilder method to compile the program and output the created geek.
Please, do not change the provided code of the classes.
Sample Input 1:
Garry
10Sample Output 1:
Geek Garry created.
Type : Admin
Languages : [Perl, PowerShell]
Experience : 10 yearsCreate a free account to access the full topic