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
What is a sequence in c++?
What is format for defining a structure?
When there is a global variable and local variable with the same name, how will you access the global variable?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Should the this pointer can be used in the constructor?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Is c++ pass by reference or value?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is the importance of mutable keyword?
Is empty stack c++?
What sorting algorithm does c++ use?
What gives the current position of the put pointer?
What are the advantages of using a pointer?
Define the process of error-handling in case of constructor failure?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?