Solved

Based on the Sketch of a Class Definition Below,which Methods

Question 43

Short Answer

Based on the sketch of a class definition below,which methods can be invoked from outside an instance of the class?
class Example
{public void method1( )
{ ...}
private void method2( )
{ ...}
public void method3( )
{…}
private void method4( )
{ ...}
}
_________________________________________________________

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions