Explain Class and Object in java
Answers
Answered by
1
Hii Buddy
Here Is Your Answer
Java is an object-oriented programming language.
Everything in Java is associated with classes and objects, along with its attributes and methods. For example: in real life, a car is an object. The car has attributes, such as weight and color, and methods, such as drive and brake.
A Class is like an object constructor, or a "blueprint" for creating objects.
THANK YOU
Answered by
4
Answer:
Explanation:class:it is blueprint or prototype of an object which defines variable method common to all object of certain kind
Object:It is defined as set of related variables and methods.
Similar questions