We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
B.
SC SECOND YEAR
ASSIGNMENT FOR OOPS WITH C++
Theory questions:
1. Explain basic concepts of oops.
2. Explain benefits of oops. 3. Explain function overloading in c++. 4. What is constructor? Explain it’s characteristics. 5. Explain destructor. 6. Explain Rules of operator overloading 7. What is inheritance? Explain it’s types.
Programs:
1. Write a c++ Program to perform Arithmetic operations(addition,substraction,Multiplication,division).
2. Write a c++ program to use scope resolution operator.
3. Write a c++ program to perform call by value concept.
4. Write a c++ program to perform call by reference.
5. Write a c++ program to perform function overloading.
6.Write a c++ program to use function with default arguments.
7. Write a c++ program to use inline function.
8. Write a c++ program with class and object.
9.Write a c++ program to use static data members and static member functions.
10. Write a c++ program to use friend function.
11. Write a c++ program that uses default and parameterized constructor.
12. Write a c++ program that uses copy constructor.
13. Write a c++ program that uses destructor.
14. Write a c++ program to perform unary operator overloading.
15. Write a c++ program to perform Binary operator overloading.
16. Write a c++ program that uses single inheritance.
17. Write a c++ program that uses multiple inheritance.