tprohas wrote:
bclubb wrote:
Can you change SetName to PartSetName?
I don't have any problem changing the name, is this most likely the best solution?
Yes, because the SetName method is not going to be changed. SetName is a protected member, (required protected unfortunately) so it cant be altered now, nor can it be hidden from derived classes.