What is interface? When and where is it used?
No Answer is Posted For this Question
Be the First to Post Answer
explain sub-type and sub class? atleast u have differ it into 4 points?
what is overloading
//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 oops?what is its use in software engineering?
what is the difference between ERROR and EXCEPTION?
Why we are use # in begning of programme of c++.
can we create and enter the data & hide files using programmes ?
all about pointers
what is the difference between virtual function and destoctor?
What is the types of inheritance?
What is the use of fflush(stdin) in c++?
How many human genes are polymorphic?