what is class
in java
Answers
Answered by
0
Answer:
A class — in the context of Java — is a template used to create objects and to define object data types and methods. Classes are categories, and objects are items within each category. All class objects should have the basic class properties.
Explanation:
hope it helps
Answered by
0
Explanation:
class — in the context of Java — is a template used to create objects and to define object data types and methods. Classes are categories, and objects are items within each category. All class objects should have the basic class properties.
Similar questions