What are the data types in oop?
No Answer is Posted For this Question
Be the First to Post Answer
//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 the real time example of encapsulation?
What is the differances between a abstract calss and interface
What is a friend function & its advantage?
Why do we use virtual functions?
Do you know about multiple inheritance?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
Whats oop mean?
Why is there no multiple inheritance?
what is the new version of oops
What is the concept of object oriented program?
What is a class in oop?