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 establish a has-a relationship?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


Does c++ support multilevel and multiple inheritances?

0 Answers  


Explain some examples of operator overloading?

0 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


What is the difference between an array and a list?

0 Answers  


What is virtual constructor paradigm?

5 Answers   HCL, HP,


How do you show the declaration of a virtual constructor?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


List the features of oops in c++?

0 Answers  


How long will it take to learn programming?

0 Answers  


What is static function? Explain with an example

0 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


Categories