Computer Science, asked by shariq007, 1 year ago

define a class library having the following description data members

Attachments:

Answers

Answered by akashjain135
0
i do not know what is class library

shariq007: Tum konsi class main ho
akashjain135: in class 8
akashjain135: you are in class?
shariq007: I am in 10 class
akashjain135: please mark me a brainliast
Answered by dinny172002
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.


shariq007: Bhai iss program ko solve karo
Similar questions