pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
2 sec ago
Untitled
3 sec ago
Untitled
7 sec ago
Premium porn account
47 sec ago
Turbobit Premium Accoun...
13 sec ago
Untitled
9 sec ago
Untitled
10 sec ago
Untitled
6 min ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 22nd, 2010 | Syntax:
Java
| Size: 0.15 KB | Hits: 60 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
public
Mitarbeiter
(
String
name,
String
adresse,
String
geburtsdatum,
int
handynr
)
{
this
(
name, adresse, geburtsdatum
)
;
this
.
handynr
=
handynr
;
}
create new paste
|
create new version of this paste
RAW Paste Data
public Mitarbeiter(String name, String adresse, String geburtsdatum, int handynr) { this(name, adresse, geburtsdatum); this.handynr = handynr; }