Explain function overloading and operator overloading.
No Answer is Posted For this Question
Be the First to Post Answer
How is objective c different from c++?
can output 5 students using one dimensional array
Explain friend class?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
Explain virtual class?
What is c++ flowchart?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is the c++ programming language used for?
What is the iunknown interface?
What are vectors used for in c++?
why we cant create array of refrences
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor