Answer Posted / meenu kathuria
Multiple Inheritance:
to acquire properties of two or more classes in a single class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain overriding.
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are stacks?
What is scope in c++ with example?
What is binary object model?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is the difference between structure and class?
What is ios flag in c++?
Explain method of creating object in C++ ?
Is c++ still being used?
How do you find out if a linked-list has an end?
Can turbo c++ run c program?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
How a macro differs from a template?