<!--Can't find substitution for tag [pageName.blog]--> | Spicy India - The Real Time Online Portal for World
|

#include

class integer
{
int m,n,temp;
public:
integer() { temp = 10+10;}
integer(int a,int b) { temp = a*b;}
void display(){cout<<<" ";}
};

main()
{
integer int1;
integer int2(10,10);
int1.display();
int2.display();

}

Posted by spicy on 7:02 AM. Filed under , . You can follow any responses to this entry through the RSS 2.0. Feel free to leave a response