create abstract method

T create()

Expected to return an instance of T

Implementation

T create();