0% found this document useful (0 votes)
7 views1 page

Experiment List OOP

The document outlines a series of programming assignments for the SE OPP course at Shivnagar Vidya Prasarak Mandal’s College of Engineering for the academic year 2024-25. Each assignment focuses on different C++ programming concepts, including functions, classes, operator overloading, inheritance, polymorphism, templates, exception handling, and namespaces. The document includes a list of specific tasks that students are required to complete to enhance their understanding of these concepts.

Uploaded by

gmranuj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Experiment List OOP

The document outlines a series of programming assignments for the SE OPP course at Shivnagar Vidya Prasarak Mandal’s College of Engineering for the academic year 2024-25. Each assignment focuses on different C++ programming concepts, including functions, classes, operator overloading, inheritance, polymorphism, templates, exception handling, and namespaces. The document includes a list of specific tasks that students are required to complete to enhance their understanding of these concepts.

Uploaded by

gmranuj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Shivnagar Vidya Prasarak Mandal’s

COLLEGE OF ENGINEERING, MALEGAON (Bk.)


Tal: Baramati, Dist: Pune
Department: Electronics & Telecommunication
Academic Year: 2024-25
-------------------------------------------------------------------------------

Class : SE Subject: OPP


Semester: II
S.
Name of Experiment
N.
Write a program in C++ to sort the numbers in an array using separate functions for read, display,
sort and swap. The objective of this assignment is to learn the concepts of input, output,
1
functions, call by reference in C++
2 Write a C++ program that illustrates the concept of Function over loading.
Write a program in C++ to perform following operations on complex numbers Add, Subtract,
Multiply, Divide, Complex conjugate. Design the class for complex number representation and
3 the operations to be performed. The objective of this assignment is to learn the concepts classes
and objects
Write a program in C++ to implement Stack. Design the class for stack and the operations to be
4 performed on stack. Use Constructors and destructors. The objective of this assignment is to
learn the concepts classes and objects, constructors and destructors.
Write a program in C++ to perform following operations on complex numbers Add, Subtract,
Multiply, Divide. Use operator overloading for these operations. The objective of this assignment
5
is to learn the concepts operator overloading.
Write a program in C++ to Read and Display the information of Employee Using Multiple
6
Inheritance. Use Basic Info and Department Info as a base classes of Employee class.
7 Write a C++ program that illustrates run time polymorphism by using virtual functions.
8 Write a C++ program which to implement class and function template.
9 Write a C++ program which use try and catch for exception handling.
10 Write a C++ program which to demonstrate use of namespace in the program.

11 Write a C++ program which copies the contents of one file to another

Name and Signature of Faculty DAC HOD

You might also like