Strict 5-Minute Presentation Format
Slide Structure (Mandatory)
- Slide 1 – Title (30 seconds)
- Project title
- Problem statement (1–2 lines)
- Target user
- Slide 2 – System Design (1 minute)
- High-level architecture diagram
- Key classes & responsibilities
- Package structure
- Slide 3 – OOP Concepts Used (1 minute)
- Where abstraction is used
- Where inheritance is used
- Where polymorphism occurs
- Design pattern (if any)
- Slide 4 – Technical Highlight (1 minute)
- Specific design decision or code logic
- Why chosen
- Slide 5 – Live Demo (1.5 minutes)
- Show working system
- Demonstrate meaningful scenario
- Show error handling case
Rules
- No reading from slides.
- No scrolling randomly through code.
- Must demonstrate understanding.