Hi team ,
How the oops concepts related to the outsystems ? could any one explain in detail with that concept.
thanks
Hi Kishore,
OutSystems is not applying OOP as its a low code platform which gives you some facilities to build your logic and UI using drag and drop of widgets and actions that help you to build your application faster then OutSystems generates .Net code once you compile and publish your module and then deploy it to your hosting server.
OutSystems is not an object oriented platform, so you will have difficulty attempting to use SOLID principles. There are no interfaces, the best you may be able to do is public actions exposed by modules. These define the interface to a module And to be honest, OOPS is not the holy grail for everything.Especially not for web applications.