HOMEWORK 6 Solution

$29.99 $18.99

You shall submit a zipped, and only zipped, archive of your homework directory, hw6. The directory shall contain, at a minimum, the files and directories INC/MEAN.H, INC/MEDIAN.H, INC/STATISTIC.H, SRC/MEAN.CC, SRC/MEDIAN.CC, and SRC/STATISTIC.CC Name the archive submission file hw6.zip I will use my own makefile to compile and link to your submission files. You must submit…

You’ll get a: . zip file solution

 

 
Categorys:
Tags:

Description

Rate this product

You shall submit a zipped, and only zipped, archive of your homework directory, hw6. The directory shall contain, at a minimum, the files and directories

  • INC/MEAN.H,

  • INC/MEDIAN.H,

  • INC/STATISTIC.H,

  • SRC/MEAN.CC,

  • SRC/MEDIAN.CC, and

  • SRC/STATISTIC.CC

Name the archive submission file hw6.zip

I will use my own makefile to compile and link to your submission files. You must submit these six files.

This assignment tests your ability to create and implement a class hierarchy and design polymorphic classes using virtual methods.

Read the provided header file documentation for instructions on method behavior. In addition to documenta-tion, I provide several tests which will link to your classes and provide basic illustration of class functionality.

CSCE 240 Homework 6 Page 2 of 2

Late assignments CANNOT be accepted.

The point allocation is as follows:

  • Compilation of MEAN::COLLECT: 14 points.

  • Correct behavior of MEAN::COLLECT: 1 points.

  • Compilation of MEAN::CALCULATE: 14 points.

  • Correct behavior of MEAN::CALCULATE: 1.5 points.

  • Compilation of MEDIAN::COLLECT: 14 points.

  • Correct behavior of MEDIAN::COLLECT: 1 points.

  • Compilation of MEDIAN::CALCULATE: 14 points.

  • Correct behavior of MEDIAN::CALCULATE: 1.5 points.

  • No memory leaks: 2 points.

  • Style: 2 points.

The End.