State what is encapsulation and friend function?
No Answer is Posted For this Question
Be the First to Post Answer
how can we design a magic square in c++?or suggest me the basic idea of it.
Program to check whether a word is in all capital letters
What is namespace?
hi all..i want to know oops concepts clearly can any1 explain??
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
Why is polymorphism needed?
who is the father of OPPS
Why do we use class?
what is function over loading?
What is multidimensional array?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the difference between a mixin and inheritance?