Solved

To Create a Class Customer That Derives from the Class

Question 19

Multiple Choice

To create a class Customer that derives from the class Person , you should use the following syntax:
Class Customer ____ public Person // public may be replaced
// by another class access
// specifier
{
// other statements go here
};


A) :
B) extends
C) ::
D) ->

Correct Answer:

verifed

Verified

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

Related Questions