List Info

Thread: delphi interview question and inheritance sample project.




delphi interview question and inheritance sample project.
user name
2006-06-22 04:12:54

sir,

i need delphi interview question and inheritance example project.


Regards

R.Guru




---------------------------------
Yahoo! India Answers: Share what you know. Learn something new Click here

[Non-text portions of this message have been removed]

__._,_.___
.

__,_._,___
delphi interview question and inheritance sample project.
user name
2006-06-22 05:00:02

appu kandan wrote:
> i need delphi interview question

http://www.lemanix.com/nickblog/CommentView,guid,3309.aspx

> and inheritance example project.

Every program you've ever written is probably an example of inheritance.
As soon as you add a form to your project, you're writing a descendant
class. Specifically, it's descending from TForm, which descends from
TCustomForm, TScrollingWinControl, TWinControl, TControl, TComponent,
TPersistent, and TObject.

And all that's just for one form. Now there are all the things you put
on the form, and all their properties. It's hard to find something in
Delphi that _doesn't_ use inheritance. The only frequently used class I
can think of that descends directly from TObject is TList.

--
Rob

__._,_.___
.

__,_._,___
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )