What is encapsulation c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is Object and Class? What are the differences between them?
What is polymorphism explain its types?
what is difference between objects and function
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
what is the difference between class to class type conversion and copy constructor ?
What is pointer in oop?
can you explain how to use JavaBean in Project
//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 need of abstraction? what is abstraction?what is the abstraction for stack?
what is Class in oops with example?
create a c++ program that will ask 10 numbers and display their sum using array.
can you give the dynamic polymorphism types?