0% found this document useful (0 votes)
7 views1 page

OOP Assign 1

This document is an assignment for the Principles of Object Oriented Programming course at Rural Polytechnic, detailing the topics and questions to be addressed using C++. It includes definitions, distinctions between programming concepts, and practical programming tasks related to C++. The assignment consists of 17 questions covering various aspects of C++ and Object Oriented Programming, with a submission date of July 12, 2025.
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)
7 views1 page

OOP Assign 1

This document is an assignment for the Principles of Object Oriented Programming course at Rural Polytechnic, detailing the topics and questions to be addressed using C++. It includes definitions, distinctions between programming concepts, and practical programming tasks related to C++. The assignment consists of 17 questions covering various aspects of C++ and Object Oriented Programming, with a submission date of July 12, 2025.
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
You are on page 1/ 1

Sant Gajanan Maharaj Assignment No- 1 Year:- 2025-26

Rural Polytechnic, Principles of Object


Mahagaon Oriented Programming
Dept : - Computer Engineering Class-SYCO
Subject:- OBJECT ORIENTED PROGRAMMING USING C++
Date:-28/6/2025 Topic No:-1 Date of submission :-
12/7/2025
Name of Subject Teacher:- Total No of Questions:-17
Mrs.R.S.Patil
CO1-Write C++ programs using classes and objects.
1. Define the following : Object, Class (2)
2. State scope resolution operator and memory management operator in C++.
Give its use with suitable example. (4)
3. With suitable example, explain the difference between structure & class.
Give four points(4)
4. Explain insertion & extraction operator with suitable example.(4)
5. Give four points of distinction between OOP & POP.(4)
6. Describe the different features of Object Oriented Programming.(4)
7. State use of new operator(2)
8. Differentiate between C and C++. (Any two points)(2)
9. List any four applications of OOP.(2)
10.Explain the rules for naming variables in C++. (Any four points)(4)
11.Write a C++ program to find out whether the given number is even or odd
(taking input from keyboard).(4)
12.Write a C++ program to define structure student having data members name,
roll no., age. Accept and display data for one student.(4)
13.State the features of object oriented programming.(4)
14.Explain the structure of C++ program.(4)
15.Develop a C++ program to print Fibonacci series.(4)
16.State and describe characteristics of object oriented programming.(4)
17.Write a C++ program to declare a class ‘circle’ with data members as radius
and area. Declare a function getdata to accept radius and putdata to calculate
and display area of circle.(4)

You might also like