What do you mean by inheritance in c++? Explain its types.
No Answer is Posted For this Question
Be the First to Post Answer
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What are the new features that iso/ansi c++ has added to original c++ specifications?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is searching?
What are the manipulators in c++?
How do you find out if a linked-list has an end?
Should I learn c or c++ or c#?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
List the merits and demerits of declaring a nested class in C++?
What are the advantages of inheritance in c++?
How one would use switch in a program?