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

Which one of the following describes characteristics of
"protected" inheritance?
a) The base class has access only to the public or protected
members of the derived class.
b) The derived class has non-public, inheritable, access to
all but the private members of the base class.
c) The derived class has access to all members of the base
class.
d) The private members of the base class are visible within
the derived class.
e) Public members of the derived class are privately
accessible from the base class.

Answer Posted / roshanpr

d

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the operators in c++?

1173


Explain the difference between realloc() and free() in c++?

1074


Why is null pointer used?

1223


How does class accomplish data hiding in c++?

1240


What does ctime() do?

1214


Write a program to find the Fibonacci series recursively.

1122


What is c++ virtual inheritance?

1193


How the endl and setw manipulator works?

1059


What is a rooted hierarchy?

1224


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

1207


Why Pointers are not used in C++?

1127


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

1086


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

1153


What is encapsulation in c++?

1378


What is pointer to member?

1174