Hello everyone
My name is Tom a new member of this forum. I am beginner level of java programming and have passion to learn java programming language from anyone in this forum.
I have a question about using java Eclipse
I have to write 2 separate java classes using Eclipse. 1th class is Book and 2th class is Library. Book class is supset of Library class. How I can implement those classess in Eclipse?
a) I have to create new java project with some name and write Book.java and Library.java in the same project?
b) How Library class can call (or implement) Book class?
Thanks a lot
Tom