You are on page 1of 2

UNIVERSITY OF GUJRAT

1st Assignment Spring 2018

Course: Object Oriented Programming Section B Deadline: 29.3.18


Marks:10
Instructions:

 In case of copied assignment '0' credit will be given.

 Assignment should be implemented individually, no group is allowed.

 Practical viva will be conducted on due date.

 Late submission will not be accepted.

 Create class for Book management system to hold book ISBN( international book standard
no,13 digit format e.g (978-3-16-148410-0), category ( For example Computer Science,
Maths....etc) author name ,price of the book, publishing year, booknames ( each category
must have different books e,g computer science category have books like networking, C,C++
etc) .Write a program that perform the following operations:
[ 2+2+2+2+2]. Your program should show the following menu:

1. Save book information

2. Display book information

3. List all books of any author

4. Search by book ID, name, Author name

5. Search book categories

6. Search booksnames of each cateogory.

7. Replace Author name with new name.

8. Exit

You might also like