MSBTE Object Oriented Programming Imp Questions(Unit 1)

Notes are provided by Study Shades Classes(Prof. KAZI A. S. M, Latur)

Principles of Object Oriented Programming

Q.1 List any four object oriented languages. (2M)

Q.2 Write any four features of object oriented programming. (4M)

Q.3 Differentiate between POP and OOP. (4 points) (4M)

Q.4 State any four application of object oriented programming. (2M)

Q.5 Explain insertion and extraction operators. (4M)

Q.6 What is Data abstraction? (2M)

Q7.Give syntax and example of defining structure and declaring structure variables.

Q8. Write a C++ program to find whether the entered number is even or odd.

Q9.Write a C++ program to declare a structure employee with member as empid and empname. Accept and display data for one employee using structure variable.

Q10.Define a structure with it’s syntax.

Q11.Write a program to display largest element from entered array.

Q12. Write a program to swap two integer values by using call by reference.

Q13.Write a program to find whether a string is palindrome or not.

Q14.Write a C++ program to accept array of five elements, find and display smallest number from an array.

Q15. Write a C++ program to print multiplication table of 7.(example 7*1=7…..7*10=70)

Q16.Write a program to find whether the entered number is even or odd.

Q17. Write a C++ program to declare a structure employee with member as empid and
empname. Accept and display data for one employee using structure variable.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top