Stumped again - so seems fairly straigforward ro create a Factory and return the appropriate objects. Output from main method all looks good. So why does requirement #2 not verify?
Help please.
Thanks, Phil
package com.codegym.task.task37.task3702;
public interface Human {
}