0% found this document useful (0 votes)
2 views2 pages

Question Paper

The document outlines a question paper for Object Oriented Programming with C++, divided into two sections worth 60 marks. Section A consists of short answer questions and detailed explanations on fundamental OOP concepts and C++ features, while Section B includes similar formats focusing on advanced topics like inheritance and constructors. Students are required to attempt a specified number of questions from each section.

Uploaded by

Vedant
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)
2 views2 pages

Question Paper

The document outlines a question paper for Object Oriented Programming with C++, divided into two sections worth 60 marks. Section A consists of short answer questions and detailed explanations on fundamental OOP concepts and C++ features, while Section B includes similar formats focusing on advanced topics like inheritance and constructors. Students are required to attempt a specified number of questions from each section.

Uploaded by

Vedant
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

Object Oriented Programming with C++ – Question

Paper (60 Marks)

SECTION A (30 Marks)

Question A – (12 Marks)


Attempt all 6 questions. (2 marks each)

1. Define OOP.
2. List applications of OOP.
3. Define variable.
4. What is an instance of a class?
5. Define pointer.
6. Define class & object.

Question B – (18 Marks)


Attempt any 4 out of 6 questions.

1. Explain the basic concepts of C++.


2. Explain structure of C++ with example.
3. Explain Function Overloading with example.
4. Explain parameterized constructor with example.
5. Explain types of inheritance with example.
6. Explain Virtual Function.

SECTION B (30 Marks)

Question A – (12 Marks)


Attempt all 6 questions. (2 marks each)

1. What is reference variable in C++?


2. Describe variable declaration & dynamic initialization.
3. Define private member function.
4. What is a friend function?
5. Describe advantages of inheritance.
6. Define base class and derived class.
Question B – (18 Marks)
Attempt any 4 out of 6 questions.

1. Explain default constructor with program.


2. Explain multiple inheritance with example.
3. Explain function overriding with program.
4. Explain copy constructor with example.
5. Explain pointer to object with small code.
6. Explain this pointer with program.

You might also like