What is multiple inheritance ?

Answer Posted / raj

one derived class with several base class.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you define social class?

822


Can destructor be overloaded?

811


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’.

1999


What is the real time example of inheritance?

875


What is difference between abstraction and encapsulation?

826


Prepare me a program for the animation of train

2234


What is meant by oops concept?

797


What is the point of polymorphism?

787


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?

1634


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

1916


Explain the concepts involved in Object Oriented programming.

889


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

2997


Which is not an object oriented programming language?

752


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

2002


What polymorphism means?

819