How do you use inheritance in unity?
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(); }
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Why static Function is used in C++?
Where is pseudocode used?
What are the access specifiers avaible in c++?
What is polymorphism and why is it important?
What is super in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Is html an oop?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
What is pure oop?