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.
2 parents 51e03f9 + e1fafb5 commit 77661b4Copy full SHA for 77661b4
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