Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you initialize a class member,
class x {
const int i;
};

Answer Posted / pappu

class abc
{
int a=4,b=3;
virtual mul(int int)=0;
}

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is binary object model?

1095


What is the difference between struct and class?

1652


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

1143


What is #include iostream h in c++?

1222


How much do c++ programmers make?

1161


Is c++ a programming language?

1138


What are structs in c++?

1081


What is the best c++ book for beginners?

1206


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

1323


What is boyce codd normal form in c++?

1212


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

1107


Define friend function.

1110


What is const pointer and const reference?

1229


Can we distribute function templates and class templates in object libraries?

1131


Does there exist any other function which can be used to convert an integer or a float to a string?

1133