T
Timothy V
Hi,
I'm new to C# but i know a little of C++. My problem is inheritance within
c#, im not sure how to do it. For example, i know that a class can only
inherit one base class. But what if i want to do this:
User
Admin : User
Instructor : User
Student : User
HybridUser : Admin, Instructor, Student
How do i declare/create the Hybrid user within C#?
Thank you in advance,
Timothy.
I'm new to C# but i know a little of C++. My problem is inheritance within
c#, im not sure how to do it. For example, i know that a class can only
inherit one base class. But what if i want to do this:
User
Admin : User
Instructor : User
Student : User
HybridUser : Admin, Instructor, Student
How do i declare/create the Hybrid user within C#?
Thank you in advance,
Timothy.