karanyo karanyo is offline

Statistics

Total Posts
Blog
General Information
  • Last Activity: Jul13-12 09:15 AM
  • Join Date: Jul10-12

Blog

View karanyo's BlogRecent Entries
Latest Blog Entry

Posted Jul10-12 at 12:13 PM by karanyo Comments 0
Posted in Uncategorized
#include<fstream.h>

class A{
public:
void kkg(){
cout<<"HI wazz up!!!!!"<<endl;
}
};
class B{
public:
void kkg(){
cout<<"Ok OK wait a min. it is in process..........."<<endl;
};




int main ()
{
int n;
cout<<"Enter 1 for class A and anything for class B"<<endl;
cin>>n;...