Sant Gajanan Maharaj Rural Assignment No-1 Year:- 2024-25
Polytechnic, Mahagaon
Dept : - Computer Engineering Class-SYCO
Subject:- Object Oriented Programming
Date:- 10-8-2024 Topic No:-1 Date of submission :- 17-8-2024
Subject Teacher:- Mr.Birangaddi G.K Total No of Questions:- 17
1. Write any two characteristics of procedure oriented programming.
2. What is Data abstraction?
3. Describe syntax of ‘cin’ and ‘cout’ with example.
4. Enlist the applications of OOP.
5. Define the following terms: 1) Object 2) Class
6. Explain structure of C++ Program with example.
7. List any Six object oriented languages.
8. Differentiate between OOP and POP.
9. State and Explain scope resolution operator and memory management operator in
C++.
10. State and describe Basic concepts of OOP.
11. Define Variables and Constants in C++ with its Syntax and example.
12. Explain how memory is allocated to an object of a class with diagram.
13. Write a program to define a structure ‘Tender’ having data member’s tender-no., cost
and company-name. Accept & display this data for two variable of this structure.
14. Write a program to declare a class mobile having data members as price and model
number. Accept and display this data for ten objects.
15. Write a program to declare a class ‘staff’ having data members as name &
department. Accept this data for 10 staffs & display names of staff that are in CO
department.
16. Describe Data types in C++.
17. Describe following terms with example.
a. Token
b. Keywords
c. Type Casting