Answer Posted / karthick
Multiple inheritance means the derived class inherits from
two or more base classes.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Describe the advantage of an external iterator.
Is turbo c++ free?
What is size_type?
What are the data types in c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
How const int *ourpointer differs from int const *ourpointer?
Does c++ have a hash table?
What is the difference between structures and unions?
What is the extraction operator and what does it do?
Is c++ slower than c?
What is std namespace in c++?
What problems might the following macro bring to the application?
What is data hiding c++?
How can we check whether the contents of two structure variables are same or not?
Is it possible for the objects to read and write themselves?