Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Temple Of Django Database Performance

Authors: Andrew Brookins

1st Edition

1734303700, 978-1734303704

More Books

Students also viewed these Databases questions

Question

What are the major social responsibilities of business managers ?

Answered: 1 week ago

Question

What are the skills of management ?

Answered: 1 week ago

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago