Solved

Suppose the XMethod() Is Invoked in the Following Constructor in a Class

Question 4

Multiple Choice

Suppose the xMethod() is invoked in the following constructor in a class, xMethod() is _________ in the class. public MyClass() {
XMethod() ;
}


A) a static method
B) an instance method
C) a static method or an instance method

Correct Answer:

verifed

Verified

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

Related Questions