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.