Can we create object of abstract class?
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(); }
Prepare me a program for the animation of train
What is the expansion of OOPS?
What does no cap mean?
Which keyword is written to use a variable declared in one class in the other class?
What is object and class in oops?
2. Give the different notations for the class.\
what is static?
What is the fundamental idea of oop?
What is encapsulation?
write a program to print * * * * * *
What do you mean by binding of data and functions?