class
	C

inherit
	B
		redefine
			item
		end

feature -- Access

	item: STRING_32

end