Write about the members that a derived class can add?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between strcpy() and strncpy()?
What is the keyword auto for?
What is searching? Explain linear and binary search.
Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);
What is meant by const_cast?
Differentiate between a constructor and a method in C++.
Can java be faster than c++?
How do you clear a map in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
They will ask u question about single linked list?. Write Code for to insert delete node.
Explain the concept of inheritance in C++.
Does c++ cost money?