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

C++ PAper

The document is an exam paper for object oriented programming using C++ with 11 questions worth 50 marks covering topics like virtual base classes, static functions, classes vs objects, friend functions, constructors, operator overloading, access specifiers, multiple inheritance, polymorphism, templates, and a program to check for Armstrong numbers.

Uploaded by

Om Dwivedi
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)
28 views1 page

C++ PAper

The document is an exam paper for object oriented programming using C++ with 11 questions worth 50 marks covering topics like virtual base classes, static functions, classes vs objects, friend functions, constructors, operator overloading, access specifiers, multiple inheritance, polymorphism, templates, and a program to check for Armstrong numbers.

Uploaded by

Om Dwivedi
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/ 1

Asian Institute of Science & Technology

BCA 3rd Semester


Object oriented programming using C++
(2021-2022)
Time 11: 01 PM Marks-50

Attempts any ten Questions 10x5=50

1. Explain virtual Base class.

2. Defined static function with example.

3. Differentiate between class and an object.

4. What is friend function?

5. What is constructor?

6. What is operator overloading?

7. What is access specifier in c++?

8. What is multiple inheritance? Explain with example.

9. What is polymorphism?

10.Explain the need of template.

11.Write a program to check whether the number is Armstrong or not.

You might also like