Why do we use inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
explain defference between structure and class with example
What is function overloading?,describe it with the example.
What is polymorphism give a real life example?
what is the use of template classes in c++
how can we design a magic square in c++?or suggest me the basic idea of it.
How do you define social class?
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.
How many human genes are polymorphic?
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 data binding?
why constructor cannt be declar virtually? why destructor cannt be overloaded?
What is meant by multiple inheritance?