Does c++ support multilevel and multiple inheritance?

Answer Posted / yagya

yes

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multilevel inheritance in oop?

557


what's the basic's in dot net

1742


What is encapsulation example?

553


What is coupling in oops?

600


write a programe to calculate the simple intrest and compund intrest using by function overlading

1670






Which language is pure oop?

553


Why is polymorphism important in oop?

637


What is the difference between procedural programming and oops?

559


Can abstract class have normal methods?

616


What is class encapsulation?

604


What is the significance of classes in oop?

591


What is inheritance and how many types of inheritance?

623


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2578


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2764


why reinterpret cast is considered dangerous?

1906