0% found this document useful (0 votes)
6 views8 pages

OOP Microproject

Uploaded by

shreeramnarkhede
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)
6 views8 pages

OOP Microproject

Uploaded by

shreeramnarkhede
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/ 8

DEVELOP SCHOOL MANAGEMENT

APPLICATION
Object Oriented Programming Using C++ (MicroProject)

Made By

Roll No. Name


12 Deepak G. Deodhar
54 Shreejay V. Rokde
59 Shreeram S. Narkhede
Introduction

As the name suggests, Object-Oriented Programming or


OOPs refers to languages that use objects in programming.
Object-oriented programming aims to implement real-world
entities like inheritance, hiding, polymorphism, etc in
programming. The main aim of OOP is to bind together the
data and the functions that operate on them so that no other
part of the code can access this data except that function.

Object-oriented programming deals with objects that


are manipulated. It does not define the logic. In computer
science, an object can be a method, a data structure, or a
function. As far as class-based object-oriented programming
paradigms are concerned, an object is defined as an instance
of a class where variables, methods, and data structures
come together to make an object. The objects can contain
both data as well as functions.

Object-oriented programming (OOP) is a programming


language model that revolves around objects and not
actions. Historically, it was viewed as a procedure that takes
input, processes the data, and gives an output. Web
developers across the world learn object-oriented
programming with Python, C and C++ to achieve many goals.

Page No . 1
Code

Page No . 2
Output

Page No . 3
Report
On Wednesday, November 25our group presented topic
Develop School Management Application.

 The group consists of the individual they are as follows:

1) DEEPAK DEODHAR
4) SHREEJAY ROKDE
5) SHREERAM NARKHEDE

Our goal was to present the most important from the topic in a fun and
entertaining way. As a group we elating them relevant, real life experiences.
Our first step was to achieving a goal was through our ideas what we are
thinking regarding that topic as a group.
We split up topic and going to cover each aspect of the topic. SHREERAM were
going to think their ideas about Introduction. DEEPAK were typed , code &
edited project using various fonts & designs very effectively. SHREEJAY going
to wrote and type the Report. The remaining part of project that is gathring
information and creat word file were done by DEEPAK.

We started our project on 28 November on Sunday we took 1st meeting on


Google meet and discussed about the project then the Next, meeting was on
29 November 2021 and on this day we distributed the work to everyone and
on this day we discussed about work submission.
When we completed the project we faced many difficulties and we solved
them successfully. ASHISH THETE SIR guided us with the help of meeting that
were earlier interaction between us increase day by day and with the help of
group members. We tried to make it effective. SHREEJAY guided to everyone.
All members took efforts for this project and we collected the information via
google every group member was very expressive about their thought and
simultaneously we improved our communication skills and we all we
connected through WhatsApp. On the day of our final presentation everyone
will play vital role in our project.

Page No . 4
Reference
Links Used in this Microproject :
 https://www.quickstart.com/blog/10-applications-of-object-oriented-
programming
 https://www.geeksforgeeks.org/introduction-of-object-oriented-
programming

Books Used in this Microproject :


 Laboratory Manual for Object Oriented Programming Using C++ (22316)

Page No . 5

You might also like