We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
INDEX
S Program Page Date
NO. 1 WAP to parameter passing in function. 1-4 5/02/2024 a) Call by value b) Call by reference 2 Write to swap two values using. 5-8 12/02/2024 a) Call by value b)Call by reference 3 Write a program to implement using 9-10 19/02/2024 inline statement? 4 Write to implement a class student 11-14 26/02/2024 a) Definition of member functon inside the class. b) Definition of member function outside the class. 5 Write a program to use inheritance. 15-20 4/02/2024 a) Single inheritance b) Multilevel inheritance c) Multiply inheritance 6 Write a program to implement function 21-22 11/02/2024 overloading? 7 Write a program to implement runtime 23-24 18/02/2024 polymorphism. 8 Write a program to implement 25-26 08/04/2024 constructor overloading 9 Write a program to use abstract class. 27-28 15/04/2024
10 Write a program to addition two 29-30 29/04/2024
numbers using friend function. 11 Write a program to calculate factorial 31-32 06/05/2024 using recursion
12 Write a program to print Fibonacci 33-34 13/05/2024
series. 13 Write a program to print the reverse of 35-36 20/05/2024 given number