Question #349235

create two class names User and administrator. the administrator class should inherit from the user class and the two classes should be members of the namespace named User Namespace.

Expert's answer

namespace User Namespace
{


    class User
    {


    }


    class Administrator : User
    {


    }


}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS