Important RGPV Question
Table of Contents
Toggle
CS-504(B), Object Oriented Programming
V Sem, CS
UNIT 1
Q.1 Write down various branching and looping statements available in C++. (RGPV DEC 2020)
Q.2 What is mean by membership operator in C++? (RGPV DEC 2020)
Q.3 State the important features of Object Oriented Programming. Difference between procedure oriented programming and object oriented programming (RGPV JUNE 2020)
Q.4 Explain with programs the various types of type conversions. (RGPV JUNE 2020)
Q.5 Explain the term constants, variables, identifiers and literals. (RGPV JUNE 2020)
Q.6 Explain Logical operators and Arithmetic operators with example. (RGPV JUNE 2020)
UNIT 2
Q.1 Name various standard classes of C++. (RGPV DEC 2020)
Q.2 What do you mean by garbage collection? (RGPV DEC 2020)
Q.3 Write a C++ program using increment and decrement operators with suitable example. (RGPV JUNE 2020)
Q.4 Explain Break and Continue keyword with appropriate program. (RGPV JUNE 2020)
Q.5 Explain various types of Loops used in C++ with suitable example. (RGPV JUNE 2020)
UNIT 3
Q.1 Write the difference between call by value and call by reference with suitable example in C++. (RGPV DEC 2020)
Q.2 How class is different from objects explain? (RGPV DEC 2020)
Q.3 Define Array. How it is initialized? Write appropriate program. (RGPV JUNE 2020)
Q.4 Differentiate between 2D array and Multi-dimensional array. (RGPV JUNE 2020)
Q.5 Explain the function strlen ( ), strcp ( ) and strcat ( ) with example. (RGPV JUNE 2020)
UNIT 4
Q.1 State the purpose of virtual base class? (RGPV DEC 2020)
Q.2 Define polymorphism and its types? (RGPV DEC 2020)
Q.3 Write a program in C++ showing the concept of inline function. (RGPV DEC 2020)
Q.4 Differentiate between single, hierarchical and multiple inheritance. (RGPV DEC 2020)
Q.5 Define a structure that represents Fruit with properties fruit name, fruit type, fruit color. Write a program that accepts data of four fruits and displays the results. (RGPV JUNE 2020)
Q.6 Difference between Structure and Union. Explain with example. (RGPV JUNE 2020)
Q.7 What do you mean by Preprocessor? Explain features of preprocessor. (RGPV JUNE 2020)
UNIT 5
Q.1 What is copy constructor? Write an example. (RGPV DEC 2020)
Q.2 What are the applications of C++? (RGPV DEC 2020)
Q.3 What is file stream? Explain if stream and of stream operation. (RGPV DEC 2020)
Q.4 Explain overriding of member function with an example. (RGPV DEC 2020)
Q.5 Write short note on any three of the following: a) Visibility modes b) Features of OOP’s. c) Classes and objects d) Operators supported by C++ e) Static variable (RGPV DEC 2020)
Q.6 Write a C++ program to illustrate multiple inheritance. (RGPV JUNE 2020)
Q.7 Explain the different types of Polymorphism. (RGPV JUNE 2020)
Q.8 Explain any five applications of oops. (RGPV JUNE 2020)
— Best of Luck for Exam —