129
Views
2
Comments
How the oops concepts related to the outsystems ?
Question

Hi team , 

How the oops concepts related to the outsystems ? could any one explain in detail with that concept.

thanks 

2020-11-25 10-45-32
Mostafa Othman
Champion

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.

2022-12-09 04-50-17
Shubham Doshi

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. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.