Computer Science, asked by iy9s96spe, 10 months ago

What is class in java?​

Answers

Answered by Soumok
19

╭∩╮︶︿︶╭∩╮

QUESTION: What is class in java?

✔✅✔✅✔✅✔✅✔✅✔✅✔✅

CLASS IS A KEYWORD THAT HELPS TO GENERATE A NEW CLASS WHICH CAN HOLD ALL THE CODES AND METHODS.

⬅❗✔⬅❗❎❌❌❌❌❌❌❌❌

HOPE IT HELPS!


akshitayadav123: 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 class objects should have the basic class properties. Classes are categories, and objects are items within each category.
Answered by Anonymous
12

Class in Java

-----------------------------------------------

Class is one type of context which is used for creating objects and making type of data.

With the help of Class in Java, Text editor generates the automatic codes of java.

All the objects which are in class should have the class properties. Without class properties it is impossible to create a Java.

There are different Class in Java and different in JavaScript.

Similar questions