what is object in java programming?
:(
Answers
Answered by
1
Answer:
Classes and more.
Explanation:
Java is an Object Oriented Programming Language which means we can use objects there. Some common object which are found in all programming languages are Classes etc.
Answered by
22
Answer:
A Java object is a self-contained component which consists of methods and properties to make certain type of data useful. A class system allows the program to define a new class (derived class) in terms of an existing class (superclass) by using a technique like inheritance, overriding and augmenting
Explanation:
hope it helps you 。◕‿◕。
❥ Answered by Sneha .
Similar questions