BCA (Semester
3)
Assignment 2
Subject- OBJECT ORIENTED PROGRAMMING
WITH C++
__________________________________________________________
1. Why we use Inline Function? Write
situations where inline expression may not work.
2. What is the main
advantage of passing arguments by reference?
3. How do structure in C and
C++ differ?
4. What is class? How does
it accomplish data hiding?
5. How objects are created?
Explain with Example.
6. What is different between
Public and private?
7. Explain the general form
of Class Declaration.
8. Write a short note on
memory allocation of objects.
9. What is Static data
member? Write its characteristics.
10. What is Static Member
Functions? Write its characteristics.
11. What is Friend Function?
What are its Special Characteristics?
12. What is the use of
friend function?
13. What is constructor and
Destructor?
14. what is the main use of
destructor?
15. What is Copy
Constructor? Explain with Example.
16. What is Parameterized
Constructor? When the constructor is invoked?
17. What are the properties
of Constructor?
18. What is Operator
overloading?
19. Why it is necessary to
overload an operator?
20. What is an operator
Function? Describe the Syntax of an operator Function.
21. What is conversion
function?
22. How Conversion Function
created? Explain its syntax.
23. Explain Binary Operator
overloading using friend function with example.
24. On which operator,
operator overloading can’t be used?
25. How to accomplish one
class to another class type conversion?
26. What is inheritance?
Explain different types of inheritance.
27.
What is protected visibility modifier?
Comments
Post a Comment