how do i keep track of the objects?

I have put several objects in some order. I may have to rotate, move or delete the objects later. how do i keep track of the objects?

Does opengl keep a list of all the objects that i have drawn or can i create a list of the objects and draw them according to the list?

will