Write an operator overloading program to Overload ‘>’
operator so as to find greater among two instances of the
class.
Answer / niraj verma
# include<iosteam.h>
# include<conio.h>
Class Greatest
{
Private:
Int x;
Public:
Void getdata
{
Cout<<” Enter any number”
Cin>>x;
}
Void operator > (greatest obj2)
{
If (x > obj2.x)
{
Cout<<”\n Greatest =”<<obj2.x;
}
Else
{
Cout<<”\n Greatest =”<<x;
}
}
};
Void main ( )
{
Greatest obj1, obj2;
Obj1. getdata ( );
Obj2. getdata ( );
Obj > obj2;
Getch ( );
}
Is This Answer Correct ? | 4 Yes | 3 No |
What is an orthogonal base class?
what are the ways in which a constructors can be called?
Templates mean
what is ltti
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
What is the purpose of polymorphism?
What is abstraction in oops?
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
What is Iteration Hierarchy? What is what is Object behavioral concept?
What is a null tree?
What does sksksk mean in text slang?
How do you define social class?