What do you mean by inheritance in c++? Explain its types.
No Answer is Posted For this Question
Be the First to Post Answer
how many trys can we write in one class
Do you know the problem with overriding functions?
int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30
What is switch case in c++ syntax?
Does c++ support exception handling?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
why we cant create array of refrences
Is java a c++?
What is using namespace std in c++?
What is microsoft c++ redistributable 2013?
what is polymorphism?
What is a null object in c++?