What is ambiguity in c++

Answer Posted / deepthi

Multilevel inheritance

Is This Answer Correct ?    19 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

1411


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1661


Can you explain polymorphism?

584


What is encapsulation example?

553


How do you use inheritance in unity?

595






hi all..i want to know oops concepts clearly can any1 explain??

1683


How to improve object oriented design skills?

571


Why do we use class?

638


What is overriding in oop?

551


What is difference between polymorphism and inheritance?

621


What is abstraction with example?

609


How do you achieve runtime polymorphism?

573


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.

703


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2010


Write a c++ program to display pass and fail for three student using static member function

2820