Forum

What is difference ...
 
Notifications
Clear all

What is difference between class and function?


(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

What is difference between class and function?


   
Quote
(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

Functions do specific things, classes are specific things. Classes often have methods, which are functions that are associated with a particular class, and do things associated with the thing that the class is - but if all you want is to do something, a function is all you need.


   
ReplyQuote
Share: