Can we inherit constructor in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
Does c++ have string data type?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
Explain virtual destructor?
What are the popular tools used to detect memory leaks in c++
What apps are written in c++?
What is the use of seekg in c++?
what is data Abstraction
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
How many pointers are required to reverse a link list?
How do I use turbo c++?
Define virtual constructor.