All Data For Free
Pages
Home
Watch Full WWE Episodes of Raw and Smackdown
Contact Us
Copyright Policy
Sunday, 27 November 2011
C++ Multipication Class And Object Use In Diffrent DataType
#include<iostream.h>
#include<conio.h>
class test
{
int a[5];
float f;
char c;
public:
void display()
{
f=3.5;
cout<<"f";
}
};
void main()
{
clrscr();
test ob;
ob.display();
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment