Unit 1 ( Prog 2) : Test Access Modifiers
Use of access modifiers and class properties… /* * Question : value of rightFirst will be always one third of leftFirst or not ? * NO because both are public, no need to use setLeft() method for that * those are directly accessible…:p * but it is true in case of class ValueSecond */ class… Read More »