define a class library having the following description data members
Attachments:
Answers
Answered by
0
i do not know what is class library
shariq007:
Tum konsi class main ho
Answered by
2
Instance Variables / Data members:
Intacc_num :stores the accession number of the book
String titlee :stores the title of the book
String name :stores the name of the author
Member Metods:
void input() :To input and store the accession number,titleand author
void compute :To accept the number of days late,calculate and display and fine charged at the rate of RS.2 per day.
void diaplay() :To display the details in the following format:
Accession Number Title Author
Write a main method to creat an object of the class and call the above member methods.
Similar questions