Skip to content

Commit 58909fd

Browse files
committed
Types of Casting in Java.
Signed-off-by: Somesh diwan <[email protected]>
1 parent cdf3928 commit 58909fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section5OperatorExpression/Txt and Images/upcasting vs downcasting.txt renamed to Section5OperatorExpression/Txt and Images/Types of Casting in Java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Syntax of Down_casting: Child c = (Child)p;
4444

4545
Down-casting has to be done externally and due to down-casting a child object can acquire the properties of the parent object.
4646

47-
c.name = p.name;
47+
c.name = p.name;

0 commit comments

Comments
 (0)