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/ 6
OOP Practical Dates
BATCH- B1
Sr No Laboratory Experiment / Practical Number Relevant Date of Date of
Titles / Tutorial Titles of hrs. COs Performance Submission 1. *Write programs to evaluate any expression using Input / Output 2 CO1 03/08/24 09/08/24 functions 2. *Write programs using Scope resolution operator Memory 4 CO1 09/08/24 16/08/24 management operator Manipulators 3. Write programs to demonstrate use of 2 CO1 16/08/24 17/08/24 Implicit type casting Explicit type casting 4. Write programs to show use of classes and objects to define the 2 CO1 17/09/24 23/08/24 function inside the class. 5. *Write programs to define the function outside the class 2 CO1 23/08/24 24/08/24
6. *Write programs to implement
inline function 2 CO2 24/08/24 06/0924
7. *Write programs to implement
friend function using- 2 CO2 06/09/24 13/09/24 Two different classes External function 8. *Write programs to implement Static data member 2 CO2 13/09/24 14/09/24 Static member function 9. *Write programs to create array of objects 2 CO2 14/09/24 20/09/24
10. *Write programs for
Default constructor Parameterized constructor 4 CO2 20/09/24 21/09/24 Copy constructor Multiple constructor in one class 11. Write programs using Single level inheritance 2 CO3 21/09/24 04/10/24 Multilevel inheritance 12. *Write programs to implement multiple inheritance 2 CO3 04/10/24 05/10/24
14. *Write programs to implement
virtual base class. 2 CO3 05/10/24 11/10/24
16. *Write programs to implement
Pointer to object 2 CO4 11/10/24 18/10/24 'this' pointer 17. *Write programs for Pointer to derived class in single 4 CO4 18/10/24 19/10/24 inheritance Pointer to derived class in multilevel inheritance 18. Write programs which show the use of function overloading 2 CO4 19/10/24 25/10/24
19. *Write programs to overload
unary operator using 4 CO4 25/10/24 26/10/24 Member function Friend function 21. *Write programs to implement virtual function 2 CO4 26/10/24 08/11/24
23. *Write programs to read and write
from/to file using- 2 CO5 08/11/24 09/11/24 Constructor open() 24. *Write programs to copy the content of one file into another file 2 CO5 09/11/24 12/11/24 using formatted input/output functions OOP Practical Dates BATCH- B2
Sr No Laboratory Experiment / Practical Number Relevant Date of Date of
Titles / Tutorial Titles of hrs. COs Performance Submission 1. *Write programs to evaluate any expression using Input / Output 2 CO1 03/08/24 06/08/24 functions 2. *Write programs using Scope resolution operator Memory 4 CO1 06/08/24 13/08/24 management operator Manipulators 3. Write programs to demonstrate use of 2 CO1 13/08/24 17/08/24 Implicit type casting Explicit type casting 4. Write programs to show use of classes and objects to define the 2 CO1 17/08/24 20/08/24 function inside the class. 5. *Write programs to define the function outside the class 2 CO1 20/08/24 24/08/24
6. *Write programs to implement
inline function 2 CO2 24/08/24 27/08/24
7. *Write programs to implement
friend function using- 2 CO2 27/08/24 03/09/24 Two different classes External function 8. *Write programs to implement Static data member 2 CO2 03/09/24 10/09/24 Static member function 9. *Write programs to create array of objects 2 CO2 10/09/24 14/09/24
10. *Write programs for
Default constructor Parameterized constructor 2 CO2 14/09/24 21/09/24 Copy constructor Multiple constructor in one class 11. Write programs using Single level inheritance 2 CO3 21/09/24 24/09/24 Multilevel inheritance 12. *Write programs to implement multiple inheritance 2 CO3 24/09/24 01/10/24
14. *Write programs to implement
virtual base class. 2 CO3 01/10/24 05/10/24
16. *Write programs to implement
Pointer to object 2 CO4 05/10/24 08/10/24 'this' pointer 17. *Write programs for Pointer to derived class in single 4 CO4 08/10/24 19/10/24 inheritance Pointer to derived class in multilevel inheritance 18. Write programs which show the use of function overloading 2 CO4 19/10/24 22/10/24
19. *Write programs to overload
unary operator using 4 CO4 22/10/24 29/10/24 Member function Friend function 21. *Write programs to implement virtual function 2 CO4 29/10/24 05/11/24
23. *Write programs to read and write
from/to file using- 2 CO5 05/11/24 09/11/24 Constructor open() 24. *Write programs to copy the content of one file into another file 4 CO5 09/11/24 12/11/24 using formatted input/output functions OOP Practical Dates BATCH- B3
Sr No Laboratory Experiment / Practical Number Relevant Date of Date of
Titles / Tutorial Titles of hrs. COs Performance Submission 1. *Write programs to evaluate any expression using Input / Output 2 CO1 04/09/24 06/0924 functions 2. *Write programs using Scope resolution operator Memory 2 CO1 04/09/24 06/09/24 management operator Manipulators 3. Write programs to demonstrate use of 2 CO1 06/09/24 11/09/24 Implicit type casting Explicit type casting 4. Write programs to show use of classes and objects to define the 2 CO1 06/09/24 11/09/24 function inside the class. 5. *Write programs to define the function outside the class 2 CO1 11/09/24 13/09/24
6. *Write programs to implement
inline function 2 CO2 11/09/24 13/09/24
7. *Write programs to implement
friend function using- Two different classes 2 CO2 13/09/24 18/09/24 External function 8. *Write programs to implement Static data member 2 CO2 13/09/24 18/09/24 Static member function 9. *Write programs to create array of objects 2 CO2 18/09/24 20/09/24
10. *Write programs for
Default constructor Parameterized constructor 2 CO2 18/09/24 20/09/24 Copy constructor Multiple constructor in one class 11. Write programs using Single level inheritance 2 CO3 20/09/24 25/09/24 Multilevel inheritance 12. *Write programs to implement multiple inheritance 2 CO3 20/09/24 25/09/24
14. *Write programs to implement
virtual base class. 2 CO3 25/09/24 04/10/24
16. *Write programs to implement
Pointer to object 2 CO4 04/10/24 09/10/24 'this' pointer 17. *Write programs for Pointer to derived class in single 2 CO4 09/10/24 11/10/24 inheritance Pointer to derived class in multilevel inheritance 18. Write programs which show the use of function overloading 2 CO4 16/10/24 18/10/24
19. *Write programs to overload
unary operator using 4 CO4 18/10/24 25/10/24 Member function Friend function 21. *Write programs to implement virtual function 2 CO4 25/10/24 06/11/24
23. *Write programs to read and write
from/to file using- 2 CO5 06/11/24 08/11/24 Constructor open() 24. *Write programs to copy the content of one file into another file 2 CO5 08/11/24 13/11/24 using formatted input/output functions