The C# language does not support multiple inheritance. What you can do is have multiple interfaces as well as a base class.
Steve Sent from my iPhone On Jun 20, 2012, at 9:21 AM, tkacem <[email protected]> wrote: > Can you please refer me some links on this ? > > Thanks, > Thabet > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Multiple-Inheritance-in-c-tp4655483p4655500.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
