How do you add a membership records in java(bluej) First Name, Last Name, phone number. Please can you help me
Helpmeplease123 0 Newbie Poster
Recommended Answers
Jump to PostDaniWeb Member Rules (which you agreed to when you signed up) include:
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"
http://www.daniweb.com/community/rulesPost what you have done so far and someone will help you from there.
Jump to Post1a you can't add a book in the book class.
instantiate it in your main method, and add it to an array or a list.
1b on your instance of book, call the printDetails method
1c iterate over your array or list, printing the info of each of themquestion …
Jump to PostOk, Imagine an actual physical book.
This is what you are trying to describe in your class. Whenever we program in Object Oriented Programming 'OOP', we try to Describe and Model real world Objects.
So let's start,
All books have an Author, a Title, Pages, Reference Numbers and Identity Numbers.
…
Jump to Postdepends on how you mean. most likely, your library class will have a list or an array in which you store books, but Book will still be a seperate class
Jump to PostHelpmeplease123:
This is not a "we do your homework" service. Try to solve your problems yourself before asking for help. For example, 30 seconds with Google will give you all kinds of information and examples of using ArrayLists. Before asking for any more help, show that you have made some …
All 18 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
ObSys 56 Junior Poster
Helpmeplease123 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Helpmeplease123 0 Newbie Poster
Helpmeplease123 0 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
Helpmeplease123 0 Newbie Poster
ObSys 56 Junior Poster
Helpmeplease123 0 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
Helpmeplease123 0 Newbie Poster
Helpmeplease123 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Helpmeplease123 0 Newbie Poster
Zubi0777 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
ObSys 56 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.