Does c++ support multilevel and multiple inheritance?

Answers were Sorted based on User's Feedback



Does c++ support multilevel and multiple inheritance?..

Answer / nisha

yes.

Is This Answer Correct ?    35 Yes 3 No

Does c++ support multilevel and multiple inheritance?..

Answer / devarathnam

Yes ,c++ supports multilevel and multiple inheritance

Is This Answer Correct ?    26 Yes 5 No

Does c++ support multilevel and multiple inheritance?..

Answer / ramu

yes

Is This Answer Correct ?    16 Yes 0 No

Does c++ support multilevel and multiple inheritance?..

Answer / praneet sahay

Yes, Cpp upports multilevel and multiple inheritance.

regards,
Praneet sahay

Is This Answer Correct ?    11 Yes 0 No

Does c++ support multilevel and multiple inheritance?..

Answer / bhagavathi chouhan

yes c++ supports these inheritance's

Is This Answer Correct ?    9 Yes 1 No

Does c++ support multilevel and multiple inheritance?..

Answer / raman sharma

yes c++ support multilevel and multiple inheritance

Is This Answer Correct ?    4 Yes 1 No

Does c++ support multilevel and multiple inheritance?..

Answer / priya

Yes c++ supports both multilevel and multiple inheritance

Is This Answer Correct ?    4 Yes 1 No

Does c++ support multilevel and multiple inheritance?..

Answer / p.madhupriya

yes.

Is This Answer Correct ?    4 Yes 1 No

Does c++ support multilevel and multiple inheritance?..

Answer / yagya

yes

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More OOPS Interview Questions

Why do we use virtual functions?

4 Answers  


What is a class?

32 Answers   Infosys, TCS, Thylak,


What is Method overloading?

5 Answers  


Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation

0 Answers   TCS,


what is inline function?

3 Answers  






write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

0 Answers   Microsoft, TCS,


What does the keyword "static" mean?

4 Answers   TCS,


What does no cap mean?

0 Answers  


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

0 Answers   Accenture,


What is the point of polymorphism?

0 Answers  


different types of castings

3 Answers   Siemens,


What is static modifier?

0 Answers  


Categories