Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Constructor (object-oriented 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 21:19, 12 November 2006
edit
84.221.4.28
(
talk
)
Constructors are NOT methods
← Previous edit
Revision as of 22:16, 12 November 2006
edit
undo
84.221.4.28
(
talk
)
→
[[Java programming language|Java]]
Next edit →
Line 12:
*Constructors can't be final
*Constructors can't be abstract
*Constructors can't be static
==== Example ====