Hi, Im trying to create at vector of objects... the vector should contain objects from B and C.


class A
{
// code
}

class B:A
{