Explain virtual class and friend class.
No Answer is Posted For this Question
Be the First to Post Answer
Is java made in c++?
What is binary object model?
What is the use of seekg in c++?
What is a float in c++?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Should you pass exceptions by value or by reference?
What is stl containers in c++?
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
Define anonymous class.
What are stacks?
Explain linear search.