KwickClips Java · 39 sec · free
What becomes a class?
Short answer. A noun from the problem, like student.
What becomes a method?
An action, like finding the total.
Nouns and actions
| In problem | Becomes |
|---|---|
| student | class |
| name, marks | fields |
| find total | method |
Remember
| Nouns: classes |
| Actions: methods |
Not sure which classes your project needs? Try this trick. Nouns become classes. Their data becomes fields. Actions become methods. Nouns give classes. Actions give methods. One job per class.
This clip is from the full lesson: Build a Complete Java Project — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: Programming All levels Java
More KwickClips from this lesson
What should you write before coding a project?42 sec
Why test each method immediately?37 sec
What goes at the top of your code file?42 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

