Notifications
Clear all
Topic starter 27/10/2024 6:50 pm
What is difference between class and function?
Topic starter 27/10/2024 6:51 pm
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.