How do abstract classes differ from interfaces?
Answer / Deepali Sharma
An abstract class is a class that cannot be instantiated and is intended to be subclassed. It provides a general blueprint for a set of methods, but some or all of the methods may be unimplemented. An interface in Delphi defines a contract of what a class should do, without providing any implementation. A class implementing an interface must provide implementations for all the methods defined in the interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Add hint windows to applications?
How to Use an animated cursor?
what are Safe Mode and VGA mode?
How to Connect via ODBC using Delphi or C++ Builder ?
How to drop down a menu Programmatically ?
How to Determine if a combobox is in dropped state?
'General SQL Error : Connection does not exist' in threaded application . what does this indicates?
How to Implement the VB TwipsPerPixel in Delphi ?
How to Typecaste a PChar to a longint?
How to Trapp non client areas ?
How to Dynamically drawing a transparent image ?
what is the Purpose of the interbase Client32 files?