please can someone help me with this coz am totally lost
write a program in C# using multiple inheritance to calculate the area of a
rectangle. how do I do this?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 30, 2014, 6:23 AM
However, as the others have said, this isn't TRUE multiple inheritance in the sense of inheriting from multiple base classes. Instead, the Rectangle class inherits from one base class (Shape) and implements one interface (IArea):
Munesh SharmaPosted Apr 30, 2014, 5:38 AM
http://www.c-sharpcorner.com/Blogs/12108/
Abhay ShankerPosted Apr 30, 2014, 5:20 AM
http://compsci.ca/v3/viewtopic.php?t=21505
LInda JosephPosted Apr 30, 2014, 4:35 AM
AshishPosted Apr 30, 2014, 4:32 AM
AshishPosted Apr 30, 2014, 4:31 AM