Need help (JAVA) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help (JAVA)

What is a class and what is a method in java?? I cant understand what are 😭😭...any example??

25th Sep 2019, 1:26 PM
LegendNB
LegendNB - avatar
1 Answer
+ 5
FOLLOW ME What is a class class in Java? A class, in the context of Java, are templates that are used to create objects, and to define object data types and methods. Core properties include the data types and methods that may be used by the object. All classobjects should have the basic class properties. What is methods in Java? A Java method is a collection of statements that are grouped together to perform an operation. ... Now you will learn how to create your own methods with or without return values, invoke a method with or without parameters, and apply method abstraction in the program design.
25th Sep 2019, 1:37 PM
KfirWe
KfirWe - avatar