GeekArticles
Programming
Delphi
Programming
DelphiInterfaces in Delphi Programming 101 - Defining an Interface; Implementing an Interface
in <a OOP</i></a> ::In Delphi, keyword has two distinct meanings.
<p>In <a unit definition</a> interface section is used to declare any public sections of code that appear in a unit.
<p>In <a jargon, you can think of an interface as a class with no implementation.
<p>If you are up to creating a rock solid application in a way that your code is maintainable, reusable, and flexible the OOP nature of Delphi will help you drive the first 70% of your route. Defining interfaces and implementing them will help with the remaining 30%.
<p>Read the <b>full article</b> to learn how to <a an Interface? Defining an Interface. Implementing an Interface</a>
<p>Others would like to know: <a you ever created (and implemented) your own interface? Why?</a>
<p><b>Related:</b>
<ul Facts you Did Not Know about Delphi (OOP, VCL, ...)</a></li>
<li><a Introduction to COM Programming with Delphi</a></li>
<li><a Defined Classes and Objects - OOP Course Part 3 / Chapter 6</a></li>
</ul>
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
