0% found this document useful (0 votes)
3 views2 pages

Bca 2 Sem Object Oriented Programming Using CPP 77417 Dec 2020

This document outlines the examination structure for the BCA (2019 Batch) Object Oriented Programming using C++ course, including instructions for candidates. It consists of two sections: Section A with ten compulsory questions worth two marks each, and Section B with six questions where students must attempt four, each worth ten marks. Topics covered include OOP concepts, classes, constructors, inheritance, and operator overloading.

Uploaded by

sukhasoosa
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)
3 views2 pages

Bca 2 Sem Object Oriented Programming Using CPP 77417 Dec 2020

This document outlines the examination structure for the BCA (2019 Batch) Object Oriented Programming using C++ course, including instructions for candidates. It consists of two sections: Section A with ten compulsory questions worth two marks each, and Section B with six questions where students must attempt four, each worth ten marks. Topics covered include OOP concepts, classes, constructors, inheritance, and operator overloading.

Uploaded by

sukhasoosa
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
You are on page 1/ 2

Roll No. Total No.

of Pages : 02
Total No. of Questions : 16
BCA (2019 Batch) (Sem.–2 )
OBJECT ORIENTED PROGRAMMING USING C++
Subject Code : UGCA-1909
M.Code : 77417
Time : 3 Hrs. Max. Marks : 60

INST RUCT IONS T O CANDIDAT ES :


1. SECTION-A is COMPULSORY cons is ting of TEN questions carrying TWO marks
each.
2. SECTION-B c ontains SIX questions ca rrying TEN mark s each a nd students hav e
to attempt any FOUR questions .

SECTION-A

Explain :

Q1. OOP’s

Q2. Classes & Objects

Q3. How one can compile & execute C++ Program?

Q4. Constructors

Q5. Dynamic Initialization of Objects

Q6. Private/Public /Protected Keywords

Q7. Late Binding

Q8. Multiple Inheritances

Q9. Operator Overloading

Q10. Pure Virtual Functions

1 | M-77417 (S3)-683

https://www.ptustudy.com
SECTION-B

Q11. Write the basic structure of C++program? How it is different from C? Explain by giving
suitable program example.

Q12. How objects and classes are declared & defined in C++ program & how accesses and
instantiates objects & passes the message to other objects in a class. Demonstrate the whole
scenario by taking a suitable program example.

Q13. How dynamic initialization of objects through constructors is possible? Give program
example.

Q14. What is inheritance? Enlist different types of inheritance available in C++? Write a
program to demonstrate the use of multilevel inheritance.

Q15. Differentiate the following with the help of suitable C++ programming examples :

a) Early binding vs. Late binding

b) Virtual Functions v/s Pure Virtual Functions

Q16. Write Short notes on the following :

a) Operator overloading in C++

b) Opening & Closing a File in C++

NOTE : Disclosure of Identity by writing Mobile No. or Marking of passing request on any
paper of Answer Sheet will lead to UMC against the Student.

2 | M-77417 (S3)-683

https://www.ptustudy.com

You might also like