azzam223 Active Member Licensed User Longtime User Dec 21, 2018 #1 Hi Every one I Have an Idea You Know we can't Creating interface Or Make Complete OOP Project with B4a and B4i program my Idea Is Creating Generic Class This Class Has All Methods To Create OOP Code For Example We Can Create Method To Create interface Or Make Inherits Or implement Other Classes And Interface So This Class Will be Good And Make us To Create complete OOP Code Last edited: Dec 21, 2018
Hi Every one I Have an Idea You Know we can't Creating interface Or Make Complete OOP Project with B4a and B4i program my Idea Is Creating Generic Class This Class Has All Methods To Create OOP Code For Example We Can Create Method To Create interface Or Make Inherits Or implement Other Classes And Interface So This Class Will be Good And Make us To Create complete OOP Code
azzam223 Active Member Licensed User Longtime User Dec 21, 2018 #2 I am very sorry I post the thread in wrong forum could you moved To Destination Forum Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 23, 2018 #3 B4X polymorphism is based on "duck typing". You can use CallSub for this. Upvote 0
azzam223 Active Member Licensed User Longtime User Dec 25, 2018 #4 yes I knew that Erel but I mean implement other interfaces from out b4x there are many useful interface and classes we can use it in b4x Is there any way to implement or import any class or interface from out b4x Upvote 0
yes I knew that Erel but I mean implement other interfaces from out b4x there are many useful interface and classes we can use it in b4x Is there any way to implement or import any class or interface from out b4x
Erel B4X founder Staff member Licensed User Longtime User Dec 26, 2018 #5 Yes, it is possible to implement interfaces with JavaObject. Upvote 0