Theory Materials
OOP [bat] [Test.java] 12/12/2020 - 22/12/2020
Basics [Variables.java] [Constant.java] [Casting.java] [Array.java] 27/12/2020 - 01/03/2021
Class and Objects [Object.java] [Constructor.java] 01/03/2021
Class and Methods [ParameterPassingThroughConstructor.java] [ParameterizedConstructor.java] [This.java] [Main.java] [InputUsingScannerClass] 11/01/2021 - 13/03/2021 [over discussion]
Read Chapter 7: Access control, set & get methods (why are they required), Static keyword, final keyword (pp. 141 - 147). Arrays already discussed before (you can see pp. 147 of Book: Herbert Schildt) Encapsulation from web 14/03/2021 [Slide]
Read chapter 9: Package-Def, how to declare, import, need; Access protection with examples (very important); Page 187 - 195 of Book: Herbert Schildt 14/03/2021 [Slide]
Source codes for the class on 14/03/2021: [static] [setGet] [Main] [pack1] [pack2]
Keyword: static, final, string. Inner and Outer classes [Slide] Code:[static restriction] [Inner Outer classes] 22/03/2021
Inheritance: Chapter 8
page: 161-166 Simple Example 18/04/21