Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
tudzic
Oct 28th, 2014
127
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
A
{
int
a
;
int
getA
(
)
{
return
a
;
}
void
setA
(
int
b
)
{
a
=
b
;
}
}
class
B
{
A a
;
int
b
;
// muon thay doi gi thi goi doi tuong a ma lam viec
B
(
A a
)
{
this
.
a
=
a
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Analog GPUs: THE FUTURE
13 min ago | 8.88 KB
Quotes I believe to be true.
15 min ago | 0.16 KB
Die 7 wichtigsten Aktionen diese Woche
8 hours ago | 4.17 KB
Untitled
9 hours ago | 13.34 KB
Untitled
10 hours ago | 13.59 KB
VNC SCRIPT 2/2: autoinput.vbs
VBScript | 19 hours ago | 0.23 KB
VNC SCRIPT 1/2: vncauto.bat
Batch | 19 hours ago | 0.72 KB
videoscheomedia
XML | 21 hours ago | 1.00 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!