Describe these concepts: Polymorphism, Inheritance and Abstraction.
No Answer is Posted For this Question
Be the First to Post Answer
What is super in oop?
What is overriding in oops?
What is purpose of inheritance?
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
what is the difference between containership and inheritence?
What is destructor oops?
What do you mean by public, private, protected and friendly?
what is overloading and overriding?
What is encapsulation example?
//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 is R T T I ?
The expansion of GNU