Skip to content

1447bits/oop-cg

Repository files navigation

OOP-programs

experimemnt 1 : overloading.cpp

  • question : Implement a class Complex which represents the Complex Number data type. Implement the following
  1. Constructor (including a default constructor which creates the complex number 0+0i).
  2. Overload operator+ to add two complex numbers.
  3. Overload operator* to multiply two complex numbers.
  4. Overload operators << and >> to print and read Complex Numbers.

Experiment 2 : Student Database

Experiment 3 : publication problem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages