You want to know how to create different BSTree objects based on your car and Bike classes?
Code:
BSTree<car> carTree;
BSTree<Bike> bikeTree;