Skip to content

Commit e1fafb5

Browse files
Update classes.txt
1 parent 9b80895 commit e1fafb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/17-oop/notes/classes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ For example, square(100) passes 100 as an argument. Inside square( ), the parame
5555

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

0 commit comments

Comments
 (0)