October 17, 2023OOPSQuestion 24 The keyword friend does not appear in A the class allowing access to another class B the class desiring access to another class C […]
October 18, 2023OOPSQuestion 8 In Java, when we implement an interface method, it must be declared as: A Private B Protected C Public D Friend OOPSJAVAUGC NET CS […]
October 18, 2023OOPSQuestion 50 If a function is friend of a class, which one of the following is wrong? A A function can only be declared a friend […]