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


If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?


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

Post New Answer

More C++ General Interview Questions

class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Friend functions can access private and protected members of a class.

1 Answers  


Is it possible for a member function to delete the pointer, named this?

0 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


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

0 Answers  


What is the use of 'using' declaration in c++?

0 Answers  


Define copy constructor.

0 Answers  


what is Loop function? What are different types of Loops?

0 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


Which function should be used to free the memory allocated by calloc()?

0 Answers  


What is the main use of c++?

0 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


Categories