Can we inherit constructor in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why Pointers are not used in C++?
What is a template in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is the need of a destructor?
What are smart pointer? Whats its use?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What are c++ data types?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What are the five basic elements of a c++ program?
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
how is returning structurs from functions?Show an eg?
What is a "Copy Constructor"?