Prof. Ram Meghe Institute of Technology & Research Badnera, Amravati (M.S.) 444701
Prof. Ram Meghe Institute of Technology & Research Badnera, Amravati (M.S.) 444701
Project Report
Semester VI
(Subject code: - 6IT06)
Website: www.mitra.ac.in
CERTIFICATE
VISION
Attaining growing needs of industry and society through
Information Technology with ethical values.
MISSION
1. Class – A class defines the blue print i.e. structure and functions of an
object.
2. Objects – Objects help us to decompose large systems and help us to
modularize our system. Modularity helps to divide our system into
understandable components so that we can build our system piece by piece.
An object is the fundamental unit (building block) of a system which is
used to depict an entity.
3. Inheritance – Inheritance is a mechanism by which child classes inherit
the properties of their parent classes.
4. Abstraction – Mechanism by which implementation details are hidden
from user.
5. Encapsulation – Binding data together and protecting it from the outer
world is referred to as encapsulation.
6. Polymorphism – Mechanism by which functions or entities are able to
exist in different forms.
Modules:
Types of Modules
2.1) Use Case Diagram
2.2) Class Diagram
2.3) ER Diagram
2.4) Sequence Diagram
2.5) Data Flow Diagram
• Courses Object
• Papers Object
• Students Object
• Marks Object
• Exam Objective