Consider the following code for class XYZ
public class XYZ
{
private int myNum;
public XYZ (int nl) {
myNum = n1;
}
}
Which of the following statements is TRUE about class XYZ?
a. A subclass cannot inherit from class XYZ
b. Class XYZ inherits from the Object class
c. Class XYZ has a child class called the Object class
d. Class XYZ cannot be instantiated into an object