How do you define a class in oop?
No Answer is Posted For this Question
Be the First to Post Answer
what is polymorphism?
What is encapsulation oop?
When is it necessary to use member-wise initialization list in C++?
What does <> mean pseudocode?
Program to read a comment string
Is html an oop?
Why do we use class?
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
what is virtual function?
Describe the difference between a Thread and a Process?
//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(); }