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

what is the difference between the class and function module

Former Member
0 Likes
396

hi,

could u please explain the difference between the class and function module

1 REPLY 1
Read only

Former Member
0 Likes
354

Function Module is is a reusable piece of code that is primarily procedural oriented.

Class is also a similar reusable code, but the basic difference here, is that classes are object oriented.

YOu can search the forum with your sibject line and you can get a lot of answers.

YOu can have a look at the sample programs:

demo_function_group_counter

and

demo_class_counter

to notice the difference.

Regards,

Ravi Kanth Talagana