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

C++ Lab Program Questions For File Sec A

The document outlines a series of practical programming tasks for a course on Object-Oriented Programming using C++. Each task includes specific programming requirements, such as using inline functions, operator overloading, and file handling, with deadlines ranging from December 2026 to March 2026. The tasks are designed to cover various fundamental concepts in C++ programming.
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)
5 views1 page

C++ Lab Program Questions For File Sec A

The document outlines a series of practical programming tasks for a course on Object-Oriented Programming using C++. Each task includes specific programming requirements, such as using inline functions, operator overloading, and file handling, with deadlines ranging from December 2026 to March 2026. The tasks are designed to cover various fundamental concepts in C++ programming.
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

Practical File questions

BCA2006P
Practical Work of Object-Oriented Programming using C++
1 write a program to find square of a variable using inline function 12 Dec 2026

2 write a C++ program to accept a number and display the factorial of the number (without
using classes and objects) 12 Dec 2026

3 write a C++ program to add two numbers using operator overloading using class 16 Dec 2026

4 write a C++ program to concatenate two string using operator overloading. 23 Dec 2026

5 write a C++ program to find largest number using conditional operator. 26 Dec 2026

6 write a C++ program to find largest of three numbers using conditional operator. 9 Jan 2026

7 write a C++ program to read from text file and display it. 13 Jan 2026

8 write a C++ program to write in a text file. 20 Jan 2026

9 write a C++ program to count number of characters. 23 Jan 2026

10 write a C++ program to swap two numbers using (call by value). 27 Jan 2026

11 write a program to encapsulation. 3 Feb 2026

12 write a program to abstraction. 6 Feb 2026

13 write a program to function overloading 10 Feb 2026

14 write a program to operator overloading 10 Feb 2026

15 write a program to function overriding 24 Feb 2026

16 write a program to constructor overloading 10 March 2026

17 write a program to copy constructor 13 March 2026

18 write a program to private access specifier. 13 March 2026

19 write a program to function template. 17 March 2026

20 write a program to class template. 20 March 2026

You might also like