Skip to content

In this assignment, we implement a Polynomial Calculator.

Notifications You must be signed in to change notification settings

ElyashivS/OOP-Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OOP-Assignment-1

The assignment goal is to practice the following concepts:

• Class design

• Collections

• Inheritance and substitution

In this assignment you will implement a Polynomial Calculator. The Calculator will allow the user to compute polynomial addition, polynomial multiplication, and other services. The design should be general, and allow easy modification for any type of scalar. To this end, you need to implement the following classes.

About

In this assignment, we implement a Polynomial Calculator.

Topics

Resources

Stars

Watchers

Forks

Languages