i got a backdoor offer in process global,Bangalore..Can i
work with it?
No Answer is Posted For this Question
Be the First to Post Answer
Can abstract class have normal methods?
what is virtual destructor
//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(); }
Difference between realloc() and free?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is polymorphism explain?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
what is a binary overloading
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is polymorphism give a real life example?
What is oops?what is its use in software engineering?