Example #1
0
 ListOfObjects   returnList()    
 {
     ListOfObjects lst; 
     lst.push_back(new Concrete1()); return lst; 
 }