I have a class Journey which I want to make a superclass and another class plannedjourney.
The plannedjourney class extends JFrame since it contains forms..However I also want this class to extends Journey..
Is there a possible way to do this?
The plannedjourney class extends JFrame since it contains forms..However I also want this class to extends Journey..
Is there a possible way to do this?
Comment