Question: Develop a Management Information System in c++ for a bookstore using the following techniques: 1.)Class and Object should include the following : -Catalog, Book, Date

Develop a Management Information System in c++ for a bookstore using the following techniques:

1.)Class and Object should include the following :

-Catalog, Book, Date

-Constructor that can copy, parameterized, and default

-accessor and mutator to key attributes

-modifier: private, public, static, final

-class inheritance and association

2.) Class inheritance should include the following

-pure virtual function and abstract class

-polymorphism

3.)Array of objects:

-create an array and a method corresponding to array

-sort, min/max, average, add/insert/delete element, and search operations about a

4.)User interface should include the following:

-manage the catalog

-transactions (order, sale, etc.) in book-store

5.)Documenting the software

-(how to use it and sample output).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!