Objects in Object Oriented Language represents concept with a program
Answers
Answered by
0
Answer:
objects are variables of type class
Explanation:
eg: class dog then object will be pug or goldenretriever.
program:
class dog {
int size;
float height;
dog(size height){ this.size=size;
this.height= height;}
int main()
{
dog pug (23,56.8);
}
Similar questions
Science,
2 days ago
English,
4 days ago
Math,
8 months ago
Hindi,
8 months ago
Social Sciences,
8 months ago