Jinius man
This blog is for only my study, I don't intend to have any profits commercially.
Java 4일차 ObjectCasting 테스트
#
Unknown
#
삼성SDS Enterprise Java
public class ObjectCastingTest {}
class SubCastingTest extends ObjectCastingTest
{
public void test()
{
SubCastingTest sct = new SubCastingTest();
ObjectCastingTest oct = new SubCastingTest();
sct = (SubCastingTest)oct;
}
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기