Which type does string inherit from?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


What makes a language oop?

0 Answers  


What are the 4 pillars of oop?

0 Answers  


What is overloading in oops?

0 Answers  


write a program that takes input in digits and display the result in words from 1 to 1000

0 Answers   Wipro,






what is a class

6 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


what is oops

4 Answers   DELL,


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


what is the use of mutable key word

3 Answers   HCL,


what is the new version of oops

0 Answers   Ignou,


What is multiple inheritance?

9 Answers   TCS,


Categories