I have one component named com_vip(which was developed by me) and am using virtuemart too. Problem is that i have to modify site/components/com_virtuemart/controller/user.php file just because of my newly created component(com_vip). But i think it is not better technique to modify core files of virtuemart. That's why i would like to override this (user.php) controller and would like to use in my component(com_vip).
How can i override this controller (com_virtuemart/user.php) ?