Computer Science, asked by Swiftyteentigadian, 13 hours ago

difference between class and functions in a class?​

Answers

Answered by rambeersingh297
2

Answer:

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.

Similar questions