Skip to content

Commit

Permalink
Update classes.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarrajsoni authored Aug 10, 2022
1 parent 9b80895 commit e1fafb5
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 e1fafb5

Please sign in to comment.