Which type does string inherit from?
No Answer is Posted For this Question
Be the First to Post Answer
What is deep and shalow copy?
What is encapsulation example?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
When is it necessary to use member-wise initialization list in C++?
What is debug class?what is trace class? What differences are between them? With examples.
What is overloading and its types?
what is the difference between function template and template of function?explain with example.
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
what is the difference between class to class type conversion and copy constructor ?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is object and class in oops?