What are constructors in oop?
No Answer is Posted For this Question
Be the First to Post Answer
How do you answer polymorphism?
What does no cap mean?
What is stream in oop?
polymorphism means?
What is this 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(); }
How is polymorphism achieved?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
c++ is a pure object oriented programming or not?
What is oop in simple words?
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
What is abstraction?