public class AboutCasting extends Object
| Constructor and Description |
|---|
AboutCasting() |
| Modifier and Type | Method and Description |
|---|---|
void |
classCasting() |
void |
complicatedCast() |
void |
downCastAndPolymorphism() |
void |
downCastWithInheritance() |
void |
forceIntTypecast() |
void |
implicitTypecast() |
void |
longPlusInt() |
void |
upCastAndPolymorphism() |
void |
upCastWithInheritance() |
public AboutCasting()
public void longPlusInt()
public void forceIntTypecast()
public void implicitTypecast()
public void downCastWithInheritance()
public void downCastAndPolymorphism()
public void upCastWithInheritance()
public void upCastAndPolymorphism()
public void classCasting()
public void complicatedCast()
Copyright © 2016 Portland State University. All rights reserved.