What are the advantages of inheritance?
Answer Posted / raju
inheritence provides less code.and we can add the further enhancement of code with out modifying the parent class.and with this it provides code reusebulity.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Please send ford technologies placement paper 2 my mail id
hi all..i want to know oops concepts clearly can any1 explain??
Can you explain polymorphism?
How do you use inheritance in unity?
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?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What are the benefits of oop?
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?
What is the highest level of cohesion?
How is class defined?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the problem with multiple inheritance?
Why do we use polymorphism in oops?