What does a derived class inherit from a base class

a) Only the Public members of the base class

b) Only the Protected members of the base class

c) Both the Public and the Protected members of the base class

d) .c file


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

Post New Answer

More C Interview Questions

how to write palindrome program?

3 Answers  


What is data structure in c language?

0 Answers  


What happens if a header file is included twice?

0 Answers  


Explain the use of fflush() function?

0 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,






What is variable in c with example?

1 Answers  


What is the difference between a function and a method in c?

0 Answers  


How do you access command-line arguments?

1 Answers  


Explain continue keyword in c

0 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


What is the real time usage volatile?

2 Answers   Polycom,


Categories