Ticker

6/recent/ticker-posts

BCA 2nd YEAR 2014 C++ PROGRAMMING Question Paper

BCA 2nd Year C++ PROGRAMMING Previous Question Paper

C++ PROGRAMMING Question Paper

C++ PROGRAMMING Question Paper

2014

BCA 2nd Year 2014 C++ PROGRAMMING Find and Download Previous Year Papers, 2018 Question Paper We Provide Previous Year Question Papers for exams absolutely Free.

Part-A 10 x 1 = 10

1. What do you mean by reusability?
2. What are the user-defined data types?
3. What is the difference between Keyword and identifiers?
4. Define expression?
5. What is storage class?
6. What is member function?
7. What is the difference between overloading and overriding?
8. What is dynamic memory allocations?
9. What is a container class?
10. Explain Pure Virtual function.

Part-B 5 x 2 = 10

1. What is Recursion? Explain.
2. Explain the reference variable by suitable example.
3. Explain Write ( ) and Read ( ) function in C++.
4. Explain Scope Resolution operator in brief.
5. Explain pointer to class and pointer to object.

Part-C 10 x 3 = 30

1 What do you mean by object-oriented analysis and design? What are the various characteristics and features of object-oriented programming?
OR
Differentiate and explain the function and operator overloading with one example of each.
2 Discuss the principles of abstraction. How do we achieve this in OOP? Discuss class declaration with an example.
OR
Discuss the structure of a C++ program using an example. What is a compile-time error and what is a runtime error? Give an example of each.
3 Using C++ program fragment differentiate between passing simple data types by value and by reference.
OR
What is a constructor? How is the constructor function invoked ? Give a suitable CH program fragment, which explains how construction functions are invoked.