define Object in java
Answers
Answered by
0
Answer:
Object − Objects have states and behaviors. Example: A dog has states - color, name, breed as well as behaviors
Answered by
0
Answer:
Java is an Object-Oriented Language. As a language that has the Object-Oriented feature, Java supports the following fundamental concepts −
Polymorphism
Inheritance
Encapsulation
Abstraction
Classes
Objects
Instance
Method
Message Passing
In this chapter, we will look into the concepts - Classes and Objects.
Similar questions