From 4c75aba441e2e7286e0bed1b28e85a066017a863 Mon Sep 17 00:00:00 2001 From: ROMIT PAL <85341342+romitp4l@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:48:08 +0530 Subject: [PATCH] Update 10th June java - psa - notes.txt --- 10th June java - psa - notes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/10th June java - psa - notes.txt b/10th June java - psa - notes.txt index 1502c98..a93199a 100644 --- a/10th June java - psa - notes.txt +++ b/10th June java - psa - notes.txt @@ -2615,6 +2615,8 @@ public class PlatinumAccount extends GoldAccount { } } + +// during compilation it is automatically converted //PlatinumAccount.rateOfInterest()---->Converted to ------>GoldAccount.rateOfInterest(); //PlatinumAccount.x--->Converted---->GoldAccount.x //Hence we are getting output @@ -5573,3 +5575,4 @@ https://www.youtube.com/watch?v=Uw1tocKJNZw&list=PLbLiFkJgsmq6j_fFlZuy0xIs6upvrM +