Object Oriented Programming Using C++
Lecture Notes
Introduction [Module 1]
Classes & Objects [Module 2.1] [Module 2.2]
Inheritance [Module 3]
Polymorphism [Module 4]
Strings, Files and Exception Handling [Module 5]
Practical Materials [Online Compiler: https://www.onlinegdb.com/]
Call by value and call by reference in functions
Create a class called Complex for performing following operations:
Overload increment and decrement operators for increasing and decreasing complex number values (Unary operator overload).
Overload ‘+’ op and ‘-‘op for complex numbers (Binary operator overloading).
Previous Year Course Feedback [1]