Answer Posted / poornima.r
class is a set of object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to call a non virtual function in the derived class by using base class pointer
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
is there any choice in opting subjects like 4 out of 7
write a programe to calculate the simple intrest and compund intrest using by function overlading
Write a program to reverse a string using recursive function?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
what's the basic's in dot net
What is the purpose of polymorphism?
What is the difference between procedural programming and oops?
What does and I oop mean in text?
What is the difference between a constructor and a destructor?
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 do you achieve polymorphism?
What is polymorphism and example?
Are polymorphisms mutations?