subject

In a library there are many books and members register themselves with their name, age, address and if staff with staffid, department or if student then regno, year. Registered members can borrow the book. The details of the books been borrowed by the members are also maintained. Every time a member borrows a book the return date is calculated. If the date of return by the member is beyond the return date, then a penalty is calculated. The difference in date and the return date are calculated using a helper class methods For the given scenario identify the classes. Select one: a. Member, Staff, Student, Book, DateCalculator b. Member, Staff, Student, Book, Transaction, DateCalculator c. Member, Book, Transaction, DateCalculator

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 22.06.2019 18:00
Martha is a healer, a healthcare provider, and an experienced nurse. she wants to share her daily experiences, as well as her 12 years of work knowledge, with people who may be interested in health and healing. which mode of internet communication can martha use?
Answers: 3
question
Computers and Technology, 23.06.2019 08:30
When you interpret the behavior of others according to your experiences and understanding of the world your evaluation is
Answers: 1
question
Computers and Technology, 23.06.2019 10:50
The volume v and paper surface area a of a conical paper cup are given by where r is the radius of the base of the cone and h is the height of the cone. a. by eliminating h, obtain the expression for a as a function of r and v. b. create a user-de ned function that accepts r as the only argument and computes a for a given value of v. declare v to be global within the function. c. for v ! 10 in.3 , use the function with the fminbnd function to compute the value of r that minimizes the area a. what is the corresponding value of the height h? investigate the sensitivity of the solution by plotting v versus r. how much can r vary about its optimal value before the area increases 10 percent above its minimum value?
Answers: 1
You know the right answer?
In a library there are many books and members register themselves with their name, age, address and...
Questions
question
Mathematics, 24.11.2020 17:00
question
Mathematics, 24.11.2020 17:00
question
Computers and Technology, 24.11.2020 17:00
question
Mathematics, 24.11.2020 17:00
Questions on the website: 13722362