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
Which weighs more, a gram of feathers or a gram of gold?
What are the characteristics of arrays in c?
Difference between for loop and while loop?
no consistent academics. how to answer the question
Ow can I insert or delete a line (or record) in the middle of a file?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What is a #include preprocessor?
hi send me sample aptitude papers of cts?
What is a macro, and explain how do you use it?
How many bytes is a struct in c?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
How will you delete a node in DLL?