Computer Science, asked by torque85, 1 year ago

What is a class in Java Language?​

Answers

Answered by DevMehta19921989
1

Answer:

A class , in the context of java are templates that are used to create objects , and to define object data types and methods. The core properties include the data type and methods used by the object . All class objects should have basic class properties

Similar questions