Object Oriented programming with cpp — Major (End Semester) 2025 question paper
MMMUT Information Technology previous year question paper for Object Oriented programming with cpp (BIT-154), semester 2, Major (End Semester) 2025. All 24 questions are listed below, each with a written answer on Nexsus.
Paper details
Subject: Object Oriented programming with cpp (BIT-154)
Branch: Information Technology
Semester: 2
Exam: Major (End Semester) 2025
Questions: 24
Questions asked in Object Oriented programming with cpp Major (End Semester) 2025
Q1(a). Give brief explanation about Exception Handling in C++. [2 marks]
Q1(b). Explain polymorphism in brief. [2 marks]
Q1(c). Give a short note on the constructor and destructor in C++. [2 marks]
Q1(d). List the types of Function overloading in CPP. [2 marks]
Q1(e). Demonstrate different types of Inheritance in C++. [2 marks]
Q1(f). Explain the Scope resolution operator in short. [2 marks]
Q1(g). What do you understand by Virtual function in C++? [2 marks]
Q2(a). a) Define C++ Files also mention the syntax for Create and Write to a file. [5 marks]
Q2(b). Describe phases of object-oriented software development with the help of a neat diagram. [5 marks]
Q2(c). Write a program in C++ language to print the given pattern: - [5 marks]
Q3(a). a) Explain Exception handling in detail also writes a program in C++ Program Show Runtime Exceptions. [5 marks]
Q3(b). b) Write C++ Program to Check If a Prime Number Can Be Expressed as Sum of two prime numbers. [5 marks]
Q3(c). c) Give the Overview on Constructor and Destructor in C++ also mention the types for the same. [5 marks]
Q4(a). a) Give a description about conditional statement in CPP also write a C++ Program to Calculate Sum of First "n" Natural Numbers. [5 marks]
Q4(b). b) Describe token in C++ and write a program in C++ to Find the Size of int, float, double, and char. [5 marks]
Q4(c). c) What do you mean by conditional statement? Write a program in CPP to check whether number is a prime number or not and prime message accordingly. [5 marks]
Q5(a). a) Explain array in short also write a C++ Program to Find the Transpose of a Matrix. [5 marks]
Q5(b). b) Write short notes on any two of the followings: i. Comparison between Procedural and object-oriented programming language. ii. Scope resolution operator. iii. Inline Function [5 marks]
Q5(c). c) Write a program in C++ to Print the ASCII [5 marks]
QQ1.. Q1. Attempt any Five parts of the following.