Write a class encapsulating a bike store, which inherits from Store. A bike store has the following additional attributes: the number of bicycle brands that it carries and whether it sponsors a bike club. Code the constructor and he toString method of the new class. You also need to include a client class to test the code.