Sample Decision Tree:
 
Classifications = {chair, stool, table} 
Features = {number of legs, armrests, height} 
Domains: 
   number of legs = {3, 4} 
   armrests = {yes, no} 
   height = {tall, short}
New objects can be classified using the decision tree.