We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b80895 commit e1fafb5Copy full SHA for e1fafb5
lectures/17-oop/notes/classes.txt
@@ -55,4 +55,4 @@ For example, square(100) passes 100 as an argument. Inside square( ), the parame
55
56
NOTE:
57
Bus bus = new Bus();
58
-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 commit comments