Re: Inherited explained
- From: "Rudy Velthuis" <newsgroups@xxxxxxxxxxxx>
- Date: Wed, 22 Oct 2008 00:46:17 +0200
Justus J. wrote:
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.
Yes, of course, of course. Stupid error. <g>
--
Rudy Velthuis http://rvelthuis.de
"Our government has kept us in a perpetual state of fear - kept
us in a continuous stampede of patriotic fervor - with the cry
of grave national emergency." -- General Douglas MacArthur
.
- References:
- Re: Inherited explained
- From: Maarten Wiltink
- Re: Inherited explained
- From: Anonymous Remailer
- Re: Inherited explained
- From: Rudy Velthuis
- Re: Inherited explained
- From: Justus J.
- Re: Inherited explained
- Prev by Date: Re: Delphi language support in CMake build system
- Next by Date: Revised: Re: Inherited explained
- Previous by thread: Re: Inherited explained
- Next by thread: Re: Inherited explained
- Index(es):
Relevant Pages
|