Thread
:
InstanceOF
View Single Post
#
3
(
permalink
)
05-30-2008, 09:08 AM
itgalary
Novice
Join Date: May 2008
Posts: 3
iTrader: (
0
)
A instanceOf B means ::: If A ia an object of class B.
Class B
{
something...
}
class C
{
something...
}
private B a;
private C d;
so a instanceOf B will be true
while a instanceOf C is not true... since a is not object of class C.
__________________
Free Programming help
http://www.itgalary.com
Free World Tourism
http://maps.itgalary.com
itgalary
View Public Profile
Send a private message to itgalary
Visit itgalary's homepage!
Find all posts by itgalary