Re: Managed C++
- From: "Nemanja Trifunovic" <ntrifunovic@xxxxxxxxxxx>
- Date: 27 Apr 2005 08:27:40 -0700
Managed code in C++ actually has always allowed multiple inheritance,
but not for __gc classes. You can still do this with MC++:
class A {};
class B {};
struct C: A, B
{};
.
- Follow-Ups:
- Re: Managed C++
- From: David Webber
- Re: Managed C++
- References:
- Managed C++
- From: David Webber
- Managed C++
- Prev by Date: Re: How much oop is too much oop?
- Next by Date: Re: What is a union?
- Previous by thread: Re: Managed C++
- Next by thread: Re: Managed C++
- Index(es):
Loading