Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sofmk_struct-doctp = me->get_doctp( ).

radhushankar
Participant
0 Likes
966

Hi All

Can any one please let me know why we have to use ( ) in this.

sofmk_struct-doctp = me->get_doctp( ).

Thanks in advance

Arun Joseph.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
781

while calling a method, if no parameter is passed we use ( ).

Hi All

Can any one please let me know why we have to use ( ) in this.

sofmk_struct-doctp = me->get_doctp( ).

Thanks in advance

Arun Joseph.

1 REPLY 1
Read only

Former Member
0 Likes
782

while calling a method, if no parameter is passed we use ( ).