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...

class Foo {
const int x;
protected:
Foo(int f);
~Foo();
};
Foo f;
Referring to the sample code above, why will the class
declaration not compile?
a) The variable x is const.
b) The destructor is protected.
c) The destructor is not public.
d) The constructor is protected.
e) There is no default constructor.

Answer Posted / guest

There is no default Constructor

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we overload operator in c++?

1032


Is main a class in c++?

1000


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2539


What is the difference between passing by reference and passing a reference?

1076


What is & in c++ function?

1057


Can you pass an array to a function in c++?

1002


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3909


Declare a class vehicle and make it an abstract data type.

964


What is diamond problem in c++?

996


What is the first name of c++?

1058


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

1243


What do you mean by global variables?

1074


How can you quickly find the number of elements stored in a dynamic array?

1052


What is a sequence in c++?

1009


What is a .lib file in c++?

992