subject

Write below programms in C- Language Create the prototype of an university library application.

Create an abstract class LibraryItem.
Common attributes are ID, ISBN, Title, Author, Year Published, (add 2-3 attributes of your own)
Create concrete Book, AudioBook, EBook, Magazine classes.

Create an abstract class Student.
Common attributes are ID, FirstName, MiddleInitial, LastName, Status (Freshman, Sophomore, etc.),
CheckedOutItems (List of LibraryItem objects).

Create concrete Undergraduate, Graduate and an HonorUndergraduate Student classes.
HonorUndergraduate can inherit from Undergraduate or be a composition of Undergraduate and some
other attribute(s).
Think of 2-3 attributes or values that distinguish different types of students.
For example, different types of students will have different checkout limits (number of books and checkout time) for each student category.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:30
In this lab, you complete a prewritten c program that calculates an employee’s productivity bonus and prints the employee’s name and bonus. bonuses are calculated based on an employee’s productivity score as shown below. a productivity score is calculated by first dividing an employee’s transactions dollar value by the number of transactions and then dividing the result by the number of shifts worked.
Answers: 3
question
Computers and Technology, 23.06.2019 05:00
Acompany is inviting design for its new corporate logo from its users. this is an example of ? a. crowdfunding b. crowdvoting c. crowdsourced design d. crowdtracking
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
After you present a proposal, the committee starts asking you questions, some beyond the strict focus of your proposal. they ask questions about implications in other fields and knowledge about other fields. you are asked to redo your proposal. what is most likely missing? breadth of material depth of material clarity of material details of material
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
Does read theory have answers keys ?
Answers: 1
You know the right answer?
Write below programms in C- Language Create the prototype of an university library application.
Questions
Questions on the website: 13722362