what I$ class in java
Answers
Answered by
13
QUESTION:What is a class in java?
_____________________
ANSWER⤵⤵
A CLASS IS A KEYWORD THAT HELPS TO GENERATE A NEW CLASS WHICH CAN HOLD ALL THE CODES AND METHODS.
♯BE BRAINLY❗
Answered by
2
Explanation:
Classes and Objects in Java. Classes and Objects are basic concepts of Object Oriented Programming which revolve around the real life entities. Class. A class is a user defined blueprint or prototype from which objects are created. It represents the set of properties or methods that are common to all objects of one ...
Similar questions