Carry out conversion of one object of user-defined type to another?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What does it mean to declare a destructor as static?

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


What is c++ virtual inheritance?

0 Answers  


What are the different types of polymorphism?

3 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  






Explain the properties and principles of oop.

0 Answers  


Is java as fast as c++?

0 Answers  


What is boyce codd normal form in c++?

0 Answers  


What is low level language in simple words?

0 Answers  


What is the importance of mutable keyword?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Why should you learn c++?

0 Answers  


Categories