What is class encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between function overloading and overriding?
how to swap to variables without using thrid variable in java?
What does and I oop mean in text?
//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(); }
why function overloading is not called as pure polymorphism?
what is data hiding.
What is difference between polymorphism and inheritance?
What is overriding in oops?
Prepare me a program for the animation of train
What are the advantages of polymorphism?
What polymorphism means?
In c++ there is only virtual destructors, no constructors. Why?