[go: up one dir, main page]

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

Object Oriented Programming Using C++: Instructions To Candidates

The document is an exam paper for an Object Oriented Programming using C++ course. It contains instructions for students on how to answer the questions. The exam has two sections - Section A contains 10 short answer questions worth 2 marks each. Section B contains 6 longer answer questions worth 10 marks each where students must attempt 4. The questions cover key topics in OOP using C++ such as classes and objects, constructors, inheritance, operator overloading, virtual functions and pure virtual functions. Students are warned that disclosing their identity or making passing requests on the answer sheet will lead to misconduct proceedings against them.

Uploaded by

Kiran Jot
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)
169 views2 pages

Object Oriented Programming Using C++: Instructions To Candidates

The document is an exam paper for an Object Oriented Programming using C++ course. It contains instructions for students on how to answer the questions. The exam has two sections - Section A contains 10 short answer questions worth 2 marks each. Section B contains 6 longer answer questions worth 10 marks each where students must attempt 4. The questions cover key topics in OOP using C++ such as classes and objects, constructors, inheritance, operator overloading, virtual functions and pure virtual functions. Students are warned that disclosing their identity or making passing requests on the answer sheet will lead to misconduct proceedings against them.

Uploaded by

Kiran Jot
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 : 07
BCA (Sem.–2)
OBJECT ORIENTED PROGRAMMING USING C++
Subject Code : UGCA-1909
M.Code : 77417
Date of Examination : 08-07-22
Time : 3 Hrs. Max. Marks : 60

INSTRUCTIONS TO CANDIDATES :
1. SECTION-A is COMPULSORY consisting of TEN questions carrying T WO marks
each.
2. SECTION-B contains SIX questions carrying TEN marks each and students have

m
to attempt any FOUR questions.

o
m
SECTION-A
.r c
1. Explain :
o p e
a) OOP’s
.r c p a
e
b) Access Specifiers

p b r
a
c) Destructor

p
b r
d) Rules for Operator Overloading

e) Polymorphism

f) Inheritance

g) Early Binding v/s Late Binding

h) Pure Virtual Functions

i) Compiling & Executing C++ program

j) Array of Objects

1 | M-77417 (S3)- 716


SECTION-B

2. Differentiate between Procedural Languages & Object Oriented Languages with the
support of program examples.

3. Define Classes and Objects. How you can create and access a class through objects?
Support your answer with program example.

4. What are constructors in C++? Enlist its various types which are available in C++. Write
a program in C++ of parameterized constructor.

5. What is Inheritance? How it is being used in C++? Differentiate multiple and multilevel
inheritance with the help of C++ program examples.

6. Define Operator Overloading. How operator overloading can be done in C++? Support
your answer with program example.

o m
7.
.r c
What are Virtual functions? How they are different from Pure Virtual functions? Make a

m
program example in C++ which shows the use of pure virtual function.

o p e
.r c p a
p e b r
p a
b r

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)- 716

You might also like