0% found this document useful (0 votes)
993 views3 pages

CPP Question Bank 2024-25

Question bank for Cpp BCS

Uploaded by

kiranhandifod112
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)
993 views3 pages

CPP Question Bank 2024-25

Question bank for Cpp BCS

Uploaded by

kiranhandifod112
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/ 3

Deccan Education Society’s

Willingdon College, Sangli


B.Sc Computer Science (Entire) (Sem- III)
Object Oriented Programming Using C++

1. What is function overloading? Explain it with suitable example.


2. How to define and use of arrays of objects in a c++ program? Explain with
suitable example.
3. Discuss concept of single inheritance with its syntax and example.
4. Discuss object oriented concept in details.
5. What are the differences between POP and OOP?
6. Explain the Features of OOP in brief.
7. Explain the different Basic data types in C++.
8. What is constructor? Explain Parameterized constructor.
9. Write a simple program to show the example of class and its working.
10.Discuss the passing object as parameter in details.
11.Explain use of inline function with example.
12.What are the rules for operator overloading.
13.Explain new and delete operator.
14.What is the use of friend function? How to declare common friend for two
classes?
15.Explain static data members with suitable example.
16.What is inheritance? Explain single inheritance.
17.Discuss concept of multiple inheritance with its syntax and example.
18.What is use of array of objects? Give its example.
19.What is the use of copy constructor? Give its example.
20.How to carry out operator overloading in C++?
Long Answer Questions
1. What is class? Explain it with their syntax and example.
2. What is operator overloading? Explain overloading of binary operator with suitable example.
3. Explain the object-oriented features in details.
4. Define polymorphism. Explain types of polymorphism in details.
5. What is constructor? Explain its types in details.
6. What is inheritance? Explain types of inheritance.
7. What is class? Explain the concept of array of object with example.
8. What is Operator overloading? Explain the unary and binary operator overloading in details.
9. What is mean by Operators? Explain the different operators available in C++ in details.
10. What is polymorphism? Explain unary operator overloading with example.
11. What is class? Explain the concept of array of object with example.
12. What is looping? Explain different looping statements available in C++ with example.
13. What is mean by control statement? Explain the different branching statements available in
C++ with example.
14. What is mean by Polymorphism? Explain the overloading using friend function with example.
15. What is Inheritance? Explain multiple inheritance in details.

Short Answer Questions


1. What is the need of Friend function?
2. What are the different types of constructors.
3. Explain Multiple inheritance with appropriate example.
4. Explain unary operator overloading with example.
5. Explain the difference between procedure-oriented programming and object-oriented
programming.
6. Explain new and delete operator.
7. Define class. Explain class declaration with suitable example.
8. How to define member function outside the class?
9. Explain use of inline function with example.
10. Explain the different operators available in C++ briefly.
11. Explain the concept overloading operators using friend function with example.
12. Explain virtual function with suitable example.
13. What is function overloading? Explain with example.
14. Difference between constructor and destructor.
15. Explain the different rules for overloading operator.
16. Explain the Features of OOP in brief.
17. Explain the Structure of C++ program in details.
18. Explain the different looping statements available in C++ with example.
19. Explain the different Basic data types in C++.
20. Discuss Overloading operators using friend function in brief.
21. Discuss multilevel inheritance in brief.
22. What is constructor? Explain the parameterized constructor with example.
23. Discuss hybrid inheritance in brief.
24. Explain the types of polymorphism in brief.
25. What is mean by destructor? Explain it in brief.
26. What is the use of this pointer? Discuss it with example.
27. How the data abstraction can achieve in C++? Explain it in details.
28. Discuss the passing object as parameter in details.
29. How the concept of friend class can be achieved in C++? Discuss it in brief.

You might also like