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 |
why Paradox slow on some computers and not on others ?
How to Change the default project directory ?
How to use the InterBase Express (IBX) SQL monitor?
How to launch the Control Panel (and its applets)?
How to Create a PolyPolygon using a point array?
what are the Differences between Create(Self) and Create(Application)?
How to set a custom CVS PServer port?
How to Change the Windows wallpaper in code?
How to get function params from a dll?
How to Move a form by clicking in its client area ?
How to Use Delphi or C++ Builder to Run a Query in a Text file ?
How to detect if a non-menu key has been pressed?