Delphi Programming Question:

Do I have to understand object-oriented programming to use Delphi?

Tweet Share WhatsApp

Answer:

Well, yes, to a point. Delphi's user interface design tools produce object-oriented code. However, if you're familiar with either Visual Basic or Powerbuilder, you probably have enough understanding of OOP to get by. You can do a great deal in Delphi without having to create your own objects, which is the point at which it becomes important to really understand something about them.

Download Delphi PDF Read All 31 Delphi Questions
Previous QuestionNext Question
Do I have to know a lot about the Windows API to use Delphi?How does Delphis exception handling work?