KwickClips Java · 41 sec · free
Is a constructor a method?
Short answer. No. It has the class name and no return type at all.
What must every method declare?
A return type, such as int or void.
Remember
| Constructor: class name |
| No return type, not even void |
| Method: needs a return type |
It looks like a method. But it is not one. Box of v is the constructor. Same name as the class, no return type. Area is a method with an int return type. A constructor has the class name. No return type. A method needs one.
This clip is from the full lesson: ISC Class XI Java Revision in One Go — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: ISC Class 12 Computer Science (868)
More KwickClips from this lesson
Why does 7 / 2 print 3?43 sec
Which one needs brackets?40 sec
Which Class 11 topics return in Class 12?45 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.

