Answer to Question #349235 in C# for Edwards

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.

1
Expert's answer
2022-06-09T18:21:27-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS