NEW INTERVIEW QUESTIONS.COM
MICROSOFT INTERVIEW QUESTIONS
C# INTERVIEW QUESTIONS DETAILS
NewInterviewQuestions.com - Home for World's Largest Interview Questions Website.
A D V E R T I S E M E N T
Question |
Why multiple Inheritance is not possible in C#?
|
Answer
|
Multiple Inheritance is possible in C++, but its not possible in Java, and C#.
what we are read above those are all we know, but as per my knowledge, in C++ to resolve multiple inheritance we are using "this pointer". But in C# there is no pointer concept. In such way, the architectures using the interface concept. To resolving the ambiguity "this pointer" concept used in c++.
Offcourse it not absolutely correct, but its my idea only. If you are agree with my view then follow it, else leave it.
© NewInterviewQuestions.com
|
If you have the better answer, than send it to us. We will display your answer after the approval.
Rate the above answer. Help us to know about the answer.
Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.
A D V E R T I S E M E N T
|