Type Casting in Java

In any Object oriented programming language , one object reference can be type cast into another object reference. There are compile-time rules and runtime rules for casting in java There can be 2 casting java scenarios ยท Upcasting Downcasting When … Continue reading

Posted in Java | Tagged , | Leave a comment