2.4k questions

2.4k answers

99.5k users

Categories

0 votes
110 views

What is difference between class and function?

in General by (95.8k points)

1 Answer

0 votes

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.

by (95.8k points)
...