Skip to content

Commit

Permalink
Merge pull request kunal-kushwaha#722 from pushkarrajsoni/patch-1
Browse files Browse the repository at this point in the history
Update classes.txt
  • Loading branch information
mergify[bot] authored Aug 14, 2022
2 parents 51e03f9 + e1fafb5 commit 77661b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/17-oop/notes/classes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ For example, square(100) passes 100 as an argument. Inside square( ), the parame

NOTE:
Bus bus = new Bus();
lhs(reference i.e. bus) is looked be compiler & rhs (object i.e. new Bus()) is looked by jvm
lhs(reference i.e. bus) is looked by compiler & rhs (object i.e. new Bus()) is looked by jvm

0 comments on commit 77661b4

Please sign in to comment.