What can directly access and change the value of the variable qusNo?
package com.mypackage;public class Test{ private int qusNo = 100;}
package com.mypackage;public class Test{ private int qusNo = 100;}What can directly access and change the value of the variable qusNo?
package com.mypackage;public class Test{ private int qusNo = 100;} Correct Answer Only the Test class.
মোঃ আরিফুল ইসলাম
Feb 20, 2025