Can we create object of interface?
No Answer is Posted For this Question
Be the First to Post Answer
What are virtual classes?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
What is for loop and its syntax?
what type of question are asked in thoughtworks pair programming round ?
What is property in oops?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
143.what is oops principles?
polymorphism means?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
What is pointer in oop?
//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(); }
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,