Articles
FAQs
Login
All Questions
New Question
C# .NET - Access Modifiers
-
Asked By
abinav shankar
on 03-Dec-12 01:20 AM
Hi
I have a doubt with access modifiers please help me with a solution,here goes the question
I have three classes Class A,class B,class c now,Class B can inherit class but class c Cannot inherit class A what should I do to this
Sreenath Kalahasti
replied to
abinav shankar
on 21-Dec-12 07:50 PM
We can probably achieve through interfaces..
We cannot make Class A as sealed class since Class B can inherit Class A.