Answer Posted / padmas
Yes, I know about Multiple Inheritance, where a class inherits classes', class members from base class as well as other multiple classes. Likewise, a class inherits number of many other classes, class members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many human genes are polymorphic?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
• What are the desirable attributes for memory managment?
can inline function declare in private part of class?
Why do while loop is used?
What is polymorphism give a real life example?
What is class and object with example?
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’.
Why do we need oop?
What is meant by oops concept?
What are the benefits of interface?
What is encapsulation with real life example?
What are the components of marker interface?
Can you inherit a private class?