Assignment Details: For this lab you need to continue editing lab sheet2 , QuadraticEquation Class: include QuadraticEquation.h file (1) Add Constructors & destructor : Add two constructors: default &...


c++ clasess with coment plese


Assignment Details:<br>For this lab you need to continue editing lab sheet2 , QuadraticEquation<br>Class: include QuadraticEquation.h file<br>(1) Add Constructors & destructor :<br>Add two constructors: default & with parameters.<br>Add a Destructor to print:

Extracted text: Assignment Details: For this lab you need to continue editing lab sheet2 , QuadraticEquation Class: include QuadraticEquation.h file (1) Add Constructors & destructor : Add two constructors: default & with parameters. Add a Destructor to print: "Destructor called". isEqual function to compare two objects of QuadraticEquation A static int numberOfObjects that increments when declaring an object and a static function that prints the number of objects declared in a class. Print function that prints the object in formula as follow: .2 ах? + bx + с — 0 (2) in main Declare an array of 3 QuadraticEquation and initialize them from user. Compare the first two elements in the array. Print the number of Objects. Print the array elements.

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here