Answer Posted / dee
compile time--->operator and function overlaoding
run time --->virtual
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is an adaptor class in c++?
What is meant by entry controlled loop?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is flag in computer?
What are the two types of comments, and how do they differ?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Can we use this pointer in a class specific, operator-overloading function for new operator?
Which c++ operator cannot overload?
Is c++ faster than c?
what do you mean by volatile variable?
write a function signature with various number of parameters.
Why do we use the using declaration?
How do you remove an element from a set in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What are punctuators in c++?