Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Method (computer programming): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 04:11, 14 February 2016
edit
Nbarth
(
talk
|
contribs
)
Autopatrolled
,
Extended confirmed users
,
Pending changes reviewers
,
Rollbackers
35,278
edits
→
See also
:
RMI
← Previous edit
Revision as of 12:42, 23 February 2016
edit
undo
46.121.115.60
(
talk
)
→
Constructors
Next edit →
Line 48:
int roll;
Main(String _name, int _roll) { //constructor method
(
this
)
.name = _name;
(
this
)
.roll = _roll;
}