Answer Posted / giri
Virtual keywork is important functionality in C++. We used
virtual class/ function to access function run time.
Virtual function is override the same function in derived
classs and can access through run time using Upcasting.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create object of interface?
What is oops and its features?
What do you mean by Encapsulation?
What are the 4 main oop principles?
What are benefits of oop?
What is static in oop?
What is variable example?
What is ambiguity in inheritance?
What is multilevel inheritance in oop?
officer say me - i am offered to a smoking , then what can you say
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.
Can main method override?
write a C++ program for booking using constructor and destructor.
What is the example of polymorphism?
What is pure oop?