Create a Vector of Base Class to Derived class Objects

Can someone will help me out to create a Vector of Base Class to Derived class Objects.

For Example

class Base{


}

class Dervied: public Base{

}

Topic archived. No new replies allowed.