Extension methods have a number of problems, as already highlighted on coin (also see http://www.artima.com/weblogs/viewpost.jsp?thread=220783). A better alternative would be Traits (see http://www.artima.com/weblogs/viewpost.jsp?thread=220916). Traits would also address optimization problems. -- Howard.