Differentiate between a constructor and a method in C++.
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by pure virtual function? Write about its use?
What are friend classes? What are advantages of using friend classes?
What is the use of class in c++?
Why do we need function?
Should the member functions which are made public in the base class be hidden?
What is cin clear () in c++?
Can you pass a vector to a function?
What is a singleton c++?
Does c++ vector allocate memory?
What is c++ flowchart?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
Can manipulators fall in love?