0% found this document useful (0 votes)
4 views3 pages

C++ Front Pages

This document is a practical file for Object Oriented Programming using C++ submitted by Vikram Singh as part of the BCA program at Dr. Virendra Swarup Institute of Computer Studies. It includes an index of various programming assignments demonstrating different OOP concepts such as classes, constructors, inheritance, and operator overloading. The file acknowledges the guidance and support received from faculty and department heads.

Uploaded by

vsingh0614
Copyright
© © All Rights Reserved
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
0% found this document useful (0 votes)
4 views3 pages

C++ Front Pages

This document is a practical file for Object Oriented Programming using C++ submitted by Vikram Singh as part of the BCA program at Dr. Virendra Swarup Institute of Computer Studies. It includes an index of various programming assignments demonstrating different OOP concepts such as classes, constructors, inheritance, and operator overloading. The file acknowledges the guidance and support received from faculty and department heads.

Uploaded by

vsingh0614
Copyright
© © All Rights Reserved
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/ 3

DR.

VIRENDRA SWARUP INSTITUTE OF COMPUTER STUDIES

PRACTICAL FILE
ON

Object Oriented Programming Using C++


(BCA-2001P)
SESSION: BCA 2024-27 II SEMESTER (2024 -25)

SUBMITTED IN
PARTIAL FULFILLMENT FOR AWARD OF THE DEGREE OF
BACHELOR OF COMPUTER APPLICATION
C.S.J.M. UNIVERSITY KANPUR, UP

SUBMITTED TO: SUBMITTED BY:

VIKRAM SINGH
YOGENDRA SINGH
24116003773

78
ACKNOWLEDGEMENT

I would like to express my sincere thanks of gratitude to my


respected faculty Mr. YOGENDRA SINGH
who guided me to complete the following practical file.

I would also like to pay thanks


to my Head Academics, Head of Department and Lab In charge for their
support.

VIKRAM SINGH

24116003773
INDEX

S NO. PROGRAM PAGE NO. SIGNATURE


1 WAP TO FIND SUM OF TWO NUMBER 1-2
USING CLASSES.
2 WAP TO SHOW THE USE OF SCOPE 3-4
RESOLUTION OPERATOR.
3 WAP TO SHOW THE USE OF STATIC CLASS 5-6
MEMBER.
4 WAP TO SHOW THE USE OF STATIC 7-8
MEMBER FUNCTION.
5 WAP TO SHOW ARRAYS OF OBJECTS. 9-10
6 WAP TO SHOW THE USE OF FRIEND 11-12
FUNCTION.
7 WAP TO SHOW THE USE OF OBJECT AS 13-14
FUNCTION ARGUMENT.
8 WAP TO SHOW THE USE OF 15-16
PARAMETRIZED CONSTRUCTOR.
9 WAP TO SHOW THE USE OF COPY 17-18
CONSTRUCTOR.
10 WAP TO DEMOSTRATE SEVERAL I/O 19-20
MANIPULATORS.
11 WAP TO SHOW THE IMPLEMENTATION 21-22
OF DESTRUCTOR.
12 WAP TO ILLUSTRATE THE CONCEPT OF 23-24
INHERITANCE.
13 WAP TO SHOW THE USE OF VIRTUAL 25-26
BASE CLASS.
14 WAP TO OVERLOAD ‘+’ OPERATOR FOR 27-28
NUMERIC ADD AND STRING
CONCATENATION.
15 WAP TO OVERLOAD ‘=’ OPERATOR. 29-30

You might also like