Hello
How to implement Downcasting in following code
i try this code
child c1=(child) new parent();
for compile time itis ok
but for run time it gives exception
Exception in
thread "main" java.lang.ClassCastException: parent cannot be cast to child
thanks in advance