Assignment 01 3rd Sem BCA C++: Questions

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Assignment 01

3rd sem BCA C++


Questions:
1. Write features of object-oriented programming concepts.
2. How can you create a function as inline? Explain inline function with all its
limitations.
3. Write difference between C and C++.
4. Explain: 1. Reference variable 2. scope resolution operator
5. Explain Call by value and call by reference using suitable example
6. Explain types of constructor.
7. Differentiate Dynamic memory and Static memory
8. Explain Constructor with example
9. Write note on: inheritance with example
10. Write a note functions in c++
11. Write a program to illustrate default constructor
12. Explain overloaded constructor with a suitable program
13. Explain comments in C++
14. Explain array of object with suitable example
15. What are Manipulators? Explain with an example

You might also like