What are the differences between Class, Method, Function, Object, Access specifiers etc? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the differences between Class, Method, Function, Object, Access specifiers etc?

I'm learning Java as my first programming language and it is bothering me too much😥 Every term is so confusing like what is an object, what is object oriented language, what is a class, function etc. Could anyone please help me out to deeply understand them with 100% clarity😥?

30th Aug 2020, 5:46 AM
Akash Gautam
Akash Gautam - avatar
2 Answers
+ 3
Welcome to the wonderful world of programming. You started the Java tutorial 20 minutes ago... It's okay if you can't understand everything now. Complete the course first: https://www.sololearn.com/Course/Java/ All the concepts you need to get started are there. Remember to check the comments section as well.
30th Aug 2020, 5:58 AM
Kevin ★
0
A 'method' in Java can be in other languages called 'Function', usually it is same. (Sometimes lambda expression can be called 'Function' in Java)
30th Aug 2020, 7:00 AM
zemiak