IT306 - Object Oriented Programming With C++
IT306 - Object Oriented Programming With C++
C++
SUBJECT CODE: IT 306
Teaching Scheme (Credits and Hours)
Learning Objectives:
The educational Objectives of this Course are:
Reference Books:
List of experiments:
Sr. No Name of Experiment
1 WAP to find the sum of two numbers using function.
2 WAP to find Simple Interest and Compound Interest.
3 WAP to demonstrate the working of following Loops: While, Do While, For, If-Else, switch
4 WAP to find greatest of three numbers.
5 WAP to check whether a number is even or odd.
6 WAP to check whether a year is leap year or not.
7 WAP to add and subtract two matrices.
8 WAP to display elements of an array.
9 WAP to calculate Sum and Average of an array.
10 WAP to sort elements of an array using Bubble sort.
11 WAP to calculate Factorial of a number.
12 WAP to check whether a given number is Prime or not.
13 WAP to generate Fibonacci series.
14 WAP to show function Overloading.
15 WAP to create a class and access member function of a class
16 Write a program to show Constructor and Destructor in a class
17 Write a program to convert the temperature in Fahrenheit to Celsius and vice-a-verse
18 Write a program to show the concept of Single inheritance in classes.