What is the function of inheritance in delphi?



What is the function of inheritance in delphi?..

Answer / Kulveer Singh

Inheritance in Delphi allows you to create a new class that inherits properties and methods from an existing class (the base or parent class). This saves time by reusing code and enables polymorphism, which allows objects of different types to be treated as if they were of the same type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

why Paradox slow on some computers and not on others ?

1 Answers  


How to Change the default project directory ?

1 Answers  


How to use the InterBase Express (IBX) SQL monitor?

1 Answers  


How to launch the Control Panel (and its applets)?

1 Answers  


How to Create a PolyPolygon using a point array?

1 Answers  


what are the Differences between Create(Self) and Create(Application)?

1 Answers  


How to set a custom CVS PServer port?

1 Answers  


How to Change the Windows wallpaper in code?

1 Answers  


How to get function params from a dll?

1 Answers  


How to Move a form by clicking in its client area ?

1 Answers  


How to Use Delphi or C++ Builder to Run a Query in a Text file ?

1 Answers  


How to detect if a non-menu key has been pressed?

1 Answers   IBM,


Categories