Which type does string inherit from?
Answer / Mohit Tripathi
In C++, the string class is a part of the Standard Template Library (STL) and does not directly inherit from any built-in types. However, it can be derived from the basic_string template class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a friend function & its advantage?
create a c++ program that will ask 10 numbers and display their sum using array.
What is the purpose of enum?
How to use CMutex, CSemaphore in VC++ MFC
Who invented oop?
what is difference between String s=new String("vali"); String s="vali"
what is polymorphism?
What is a template?
What is this interview room ? Is it a class or an object.
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
Describe what an Interface is and how it?s different from a Class.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box