what exactly are the differences in the following??
like to create a array of XX objects is
XX obj[3];

What does it mean by the following?
1. creating an array of XX object pointers
2. dynamic array of XX objects
3.dynamic array of XX object pointers

how can you create a Dynamic 'array'???
i'm confused
pl help me out