Answer Posted / h4ck3r
In multiple inheritance, there may be possibility that a class may inherit member functions with same name from two or more base classes and the derived class may not have functions with same name as those of its base classes. If the object of the derived class need to access one of the same named member function of the base classes then it result in ambiguity as it is not clear to the compiler which base’s class member function should be invoked. The ambiguity simply means the state when the compiler confused.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is interface? When and where is it used?
What is debug class?what is trace class? What differences are between them? With examples.
What is coupling in oop?
What is class and object in oops?
hi all..i want to know oops concepts clearly can any1 explain??
What is the renewal class?
Which language is not a true object oriented programming language?
Are polymorphisms mutations?
What is inheritance write a program to show use of inheritance?
Can a destructor be called directly?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the three parts of a simple empty class?
Which is not an object oriented programming language?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?