How can you do this in an object oriented programming python what to print what is in the return of str method ?
class Bike():
def __str__(self):
return Components.__str__(self)+", "+ self.getFrameType()
def printComponents(self):
print(Bike.self())