Term-II Project Report Guidelines
Length & Format
- 8–12 pages only
- A4 size
- Font info: name: Times New Roman, size: 11pt or 12pt
- Proper section numbering
- No full source code listing
Mandatory Structure
1. Title Page
- Course Name
- Project Title
- Student Name
- Roll Number
- Instructor Name
- Spring 2026
2. Problem Statement (Max 1 page)
3. System Design
- UML Class Diagram (mandatory)
- Description of major classes
- Package structure
- Interaction flow
4. OOP Concepts Demonstrated
For each concept:
- Where it is used
- Why it is used
- Short relevant code snippet (max 20 lines)
- Explanation of snippet
5. Implementation Highlights
- 3–5 important code snippets
- Each snippet must include justification
6. Testing & Error Handling
- Test cases considered
- Edge cases handled
- Failure scenarios
7. Git Workflow
- Screenshot of commit history
- Explanation of development progression
8. Conclusion & Future Scope
If a code snippet is included without explanation,
it will receive zero credit.