What is multiple inheritance ?
Answer Posted / varsha vilas kalebag
multiple inheriance is that base class can excess members
frm derived class
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What are the three parts of a simple empty class?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is variable example?
What is property in oops?
What is encapsulation example?
What are the data types in oop?
What is an advantage of polymorphism?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is the renewal class?
Can private class be inherited?
What is multilevel inheritance explain with example?
Why multiple inheritance is not allowed?
What is object and example?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?