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😥?
2 Réponses
+ 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.
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)