Re: Inherited explained
- From: "Justus J." <Info@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Oct 2008 00:43:42 +0200
On 21/10/2008 23:12, Rudy Velthuis wrote (amongst others) :
...> ...
Example:
type
Base = class
...
procedure DoSomething(I: Integer); virtual;
...
end;
Derived = class
...
procedure DoSomething(I: Integer); override;
procedure SomethingElse(C: Char);
...
end;
I assume it should read
Derived = class(Base)
or else I'm totally lost here.
Justus
.
- Follow-Ups:
- Re: Inherited explained
- From: Rudy Velthuis
- Re: Inherited explained
- References:
- Re: Inherited explained
- From: Maarten Wiltink
- Re: Inherited explained
- From: Anonymous Remailer
- Re: Inherited explained
- From: Rudy Velthuis
- Re: Inherited explained
- Prev by Date: Re: Inherited explained
- Next by Date: Re: Delphi language support in CMake build system
- Previous by thread: Re: Inherited explained
- Next by thread: Re: Inherited explained
- Index(es):